#include <ResourceMonitor.h>
Inheritance diagram for ResourceMonitor::RMstatistic::
Public Methods | |
RMstatistic (const rmStatisticKey &stat) | |
RMstatistic (const rmSessionHandle session, const rmStatisticKey &stat) | |
~RMstatistic () | |
void | GetStatisticId (rmStatisticKey *statisticKey) const |
returns rmStatisticKey used in the constructor. More... | |
rmID | GetStatisticId () const |
int | GetValue (rmValue *val) const |
| |
int | GetUpperBound (rmValue *val) const |
| |
int | ResetCounterStatistic (rmValue *val) |
| |
int | GetStatisticInfo (rmStatisticInfo *buffer) const |
| |
rmString | GetStatisticDescription (const rmDescriptions which) const |
| |
Protected Methods | |
RMstatistic () | |
RMstatistic (const rmSessionHandle session) | |
void | SetStatisticId (const rmStatisticKey &statisticKey) |
void | SetStatisticId (const rmID id) |
Protected Attributes | |
rmID | m_statisticId |
The member functions of this class provide the same functionality as the corresponding rmXxxxYyyy() functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
returns rmStatisticKey used in the constructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|