StatContainer Class Reference
#include <stats.h>
Detailed Description
Definition at line 168 of file stats.h.
Constructor & Destructor Documentation
| StatContainer::StatContainer |
( |
|
) |
|
Member Function Documentation
| void StatContainer::add |
( |
std::string |
name, |
|
|
StatType |
type | |
|
) |
| | |
| void StatContainer::addCounter |
( |
std::string |
name, |
|
|
int |
val | |
|
) |
| | |
| COMMON_EXPORT dyn_hash_map< std::string, Statistic * >& StatContainer::allStats |
( |
|
) |
[inline] |
| void StatContainer::decrementCounter |
( |
std::string |
name |
) |
|
| void StatContainer::incrementCounter |
( |
std::string |
name |
) |
|
| COMMON_EXPORT Statistic* StatContainer::operator[] |
( |
const char * |
s |
) |
[inline] |
| Statistic * StatContainer::operator[] |
( |
std::string & |
name |
) |
|
| void StatContainer::startTimer |
( |
std::string |
name |
) |
|
| void StatContainer::stopTimer |
( |
std::string |
name |
) |
|
Field Documentation
The documentation for this class was generated from the following files: