#include <Statistics.h>
Public Types | |
typedef unsigned | OID |
unique OID of statistic | |
Public Member Functions | |
Statistic (OID o, const char *n, Receptor *r) | |
virtual | ~Statistic () |
const char * | name () const |
OID | oid () const |
Receptor * | receptor () const |
Protected Attributes | |
OID | _oid |
char * | _name |
Receptor * | _pReceptor |
Definition at line 147 of file Statistics.h.
|
unique OID of statistic
Definition at line 149 of file Statistics.h. |
|
Contructor
Definition at line 164 of file Statistics.h. References Statistic::_name. |
|
Destructor Definition at line 172 of file Statistics.h. References Statistic::_name, and Statistic::_pReceptor. |
|
Definition at line 180 of file Statistics.h. References Statistic::_name. |
|
Definition at line 185 of file Statistics.h. References Statistic::_oid. |
|
Definition at line 190 of file Statistics.h. References Statistic::_pReceptor. |
|
Definition at line 153 of file Statistics.h. Referenced by Statistic::name(), Statistic::Statistic(), and Statistic::~Statistic(). |
|
Definition at line 152 of file Statistics.h. Referenced by Statistic::oid(). |
|
Definition at line 154 of file Statistics.h. Referenced by Statistic::receptor(), and Statistic::~Statistic(). |