Statistic Class Reference

#include <stats.h>

Inheritance diagram for Statistic:
CntStatistic TimeStatistic

Public Member Functions

virtual bool is_count ()
virtual bool is_timer ()
virtual long int value ()
virtual double usecs ()
virtual double ssecs ()
virtual double wsecs ()

Protected Member Functions

 Statistic (StatContainer *c)
virtual ~Statistic ()

Protected Attributes

StatContainercontainer_
bool valid

Detailed Description

Definition at line 57 of file stats.h.


Constructor & Destructor Documentation

Statistic::Statistic ( StatContainer c  )  [inline, protected]

Definition at line 71 of file stats.h.

virtual Statistic::~Statistic (  )  [inline, protected, virtual]

Definition at line 74 of file stats.h.


Member Function Documentation

virtual bool Statistic::is_count (  )  [inline, virtual]

Reimplemented in CntStatistic.

Definition at line 59 of file stats.h.

virtual bool Statistic::is_timer (  )  [inline, virtual]

Reimplemented in TimeStatistic.

Definition at line 60 of file stats.h.

virtual double Statistic::ssecs (  )  [inline, virtual]

Reimplemented in TimeStatistic.

Definition at line 66 of file stats.h.

virtual double Statistic::usecs (  )  [inline, virtual]

Reimplemented in TimeStatistic.

Definition at line 65 of file stats.h.

virtual long int Statistic::value (  )  [inline, virtual]

Reimplemented in CntStatistic.

Definition at line 64 of file stats.h.

virtual double Statistic::wsecs (  )  [inline, virtual]

Reimplemented in TimeStatistic.

Definition at line 67 of file stats.h.


Field Documentation

Definition at line 74 of file stats.h.

bool Statistic::valid [protected]

Definition at line 79 of file stats.h.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1