#include <Stats.h>
Classes | |
struct | stat_t |
Public Member Functions | |
CStats () | |
CStats (std::string &name) | |
T | get () |
std::string & | getName () |
double | getPercentage () |
std::string & | getUnit () |
virtual void | init () |
bool | isValid () |
virtual bool | new_touch () |
virtual bool | new_value () |
void | set (T val) |
Public Attributes | |
T | aux1 |
T | aux2 |
T | bookmark |
long long | llaux |
T | partial |
T | total |
Protected Attributes | |
int | id |
bool | id_valid |
std::string | name |
T | sum |
std::string | unit |
T | val |
bool | valid |
double CStats< T >::getPercentage | ( | ) | [inline] |