EMANE
1.2.1
|
Holds name, property and description of a StatisticTable. More...
#include <statistictableinfo.h>
Public Member Functions | |
StatisticTableInfo (const std::string &sName, const StatisticProperties &properties, const std::string &sDescription) | |
const std::string & | getName () const |
const std::string & | getDescription () const |
bool | isClearable () const |
Holds name, property and description of a StatisticTable.
Definition at line 48 of file statistictableinfo.h.
|
inline |
Creates a StatisticTableInfo to hold information about a registered statistic table.
Definition at line 34 of file statistictableinfo.inl.
|
inline |
Gets the statistic description
Definition at line 48 of file statistictableinfo.inl.
|
inline |
Gets the statistic name
Definition at line 42 of file statistictableinfo.inl.
|
inline |
Is the statistic clearable
Definition at line 54 of file statistictableinfo.inl.