#include <src1/acsvt0.hpp>
Public Member Functions | |
CounterA () | |
virtual | ~CounterA () |
virtual bool | operator() (record_t &r) |
virtual double | total () const |
virtual int | calls () const |
Protected Attributes | |
double | total_ |
int | calls_ |
Definition at line 46 of file acsvt0.hpp.
eepgwde::detail::CounterA::CounterA | ( | ) | [inline] |
Definition at line 52 of file acsvt0.hpp.
virtual eepgwde::detail::CounterA::~CounterA | ( | ) | [inline, virtual] |
Definition at line 53 of file acsvt0.hpp.
virtual bool eepgwde::detail::CounterA::operator() | ( | record_t & | r | ) | [inline, virtual] |
Reimplemented in eepgwde::detail::QPXisc.
Definition at line 55 of file acsvt0.hpp.
References calls_.
virtual double eepgwde::detail::CounterA::total | ( | ) | const [inline, virtual] |
virtual int eepgwde::detail::CounterA::calls | ( | ) | const [inline, virtual] |
double eepgwde::detail::CounterA::total_ [protected] |
int eepgwde::detail::CounterA::calls_ [protected] |