EMANE
1.2.1
|
Holds name, type, property and description of a Statistic. More...
#include <statisticinfo.h>
Public Member Functions | |
StatisticInfo (const std::string &sName, Any::Type type, const StatisticProperties &properties, const std::string &sDescription) | |
const std::string & | getName () const |
Any::Type | getType () const |
const std::string & | getDescription () const |
bool | isClearable () const |
Holds name, type, property and description of a Statistic.
Definition at line 50 of file statisticinfo.h.
|
inline |
Creates a StatisticInfo object to hold information about a registered statistic
sName | Statistic name |
type | Statistic Any type |
properties | Statistic properties |
sDescription | Statsitci description |
Definition at line 34 of file statisticinfo.inl.
|
inline |
Gets the stastitic description
Definition at line 56 of file statisticinfo.inl.
|
inline |
Gets the statistic name
Definition at line 44 of file statisticinfo.inl.
|
inline |
Get the statistic Any type
Definition at line 50 of file statisticinfo.inl.
|
inline |