EMANE  1.0.1
EMANE::StatisticTableInfo Class Reference

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
 

Detailed Description

Holds name, property and description of a StatisticTable.

Definition at line 48 of file statistictableinfo.h.

Constructor & Destructor Documentation

◆ StatisticTableInfo()

EMANE::StatisticTableInfo::StatisticTableInfo ( const std::string &  sName,
const StatisticProperties properties,
const std::string &  sDescription 
)
inline

Creates a StatisticTableInfo to hold information about a registered statistic table.

Parameters
sNameStatistic name
propertiesTable properties
sDescriptionStatistic description

Definition at line 34 of file statistictableinfo.inl.

Member Function Documentation

◆ getDescription()

const std::string & EMANE::StatisticTableInfo::getDescription ( ) const
inline

Gets the statistic description

Returns
Returns a const reference description

Definition at line 48 of file statistictableinfo.inl.

◆ getName()

const std::string & EMANE::StatisticTableInfo::getName ( ) const
inline

Gets the statistic name

Returns
Returns a const reference statistic name reference

Definition at line 42 of file statistictableinfo.inl.

◆ isClearable()

bool EMANE::StatisticTableInfo::isClearable ( ) const
inline

Is the statistic clearable

Returns
boolean flag

Definition at line 54 of file statistictableinfo.inl.


The documentation for this class was generated from the following files: