#include <stats.h>
Public Member Functions | |
| CntStatistic () | |
| bool | is_count () |
| CntStatistic | operator++ (int) |
| CntStatistic & | operator++ () |
| CntStatistic | operator-- (int) |
| CntStatistic & | operator-- () |
| CntStatistic & | operator= (long int) |
| CntStatistic & | operator= (CntStatistic &) |
| CntStatistic & | operator+= (long int) |
| CntStatistic & | operator+= (CntStatistic &) |
| CntStatistic & | operator-= (long int) |
| CntStatistic & | operator-= (CntStatistic &) |
| long int | operator* () |
| long int | value () |
| virtual bool | is_timer () |
| virtual double | usecs () |
| virtual double | ssecs () |
| virtual double | wsecs () |
Protected Member Functions | |
| CntStatistic (StatContainer *c) | |
Protected Attributes | |
| StatContainer * | container_ |
| bool | valid |
Private Attributes | |
| long int | cnt_ |
Friends | |
| class | StatContainer |
Definition at line 82 of file stats.h.
| CntStatistic::CntStatistic | ( | StatContainer * | c | ) | [inline, protected] |
| bool CntStatistic::is_count | ( | ) | [inline, virtual] |
| virtual bool Statistic::is_timer | ( | ) | [inline, virtual, inherited] |
Reimplemented in TimeStatistic.
| long int CntStatistic::operator* | ( | ) | [inline] |
| CntStatistic & CntStatistic::operator++ | ( | ) |
| CntStatistic CntStatistic::operator++ | ( | int | ) |
| CntStatistic & CntStatistic::operator+= | ( | CntStatistic & | v | ) |
| CntStatistic & CntStatistic::operator+= | ( | long int | v | ) |
| CntStatistic & CntStatistic::operator-- | ( | ) |
| CntStatistic CntStatistic::operator-- | ( | int | ) |
| CntStatistic & CntStatistic::operator-= | ( | CntStatistic & | v | ) |
| CntStatistic & CntStatistic::operator-= | ( | long int | v | ) |
| CntStatistic & CntStatistic::operator= | ( | CntStatistic & | v | ) |
| CntStatistic & CntStatistic::operator= | ( | long int | v | ) |
| virtual double Statistic::ssecs | ( | ) | [inline, virtual, inherited] |
Reimplemented in TimeStatistic.
| virtual double Statistic::usecs | ( | ) | [inline, virtual, inherited] |
Reimplemented in TimeStatistic.
| long int CntStatistic::value | ( | ) | [virtual] |
| virtual double Statistic::wsecs | ( | ) | [inline, virtual, inherited] |
Reimplemented in TimeStatistic.
friend class StatContainer [friend] |
long int CntStatistic::cnt_ [private] |
Definition at line 123 of file stats.h.
Referenced by operator*(), operator++(), operator+=(), operator--(), operator-=(), operator=(), and value().
StatContainer* Statistic::container_ [protected, inherited] |
bool Statistic::valid [protected, inherited] |
1.6.1