#include <HLTConfigCounter.h>
Public Member Functions | |
long | decrement () |
HLTConfigCounter () | |
long | increment () |
Private Attributes | |
long | count_ |
Definition at line 4 of file HLTConfigCounter.h.
HLTConfigCounter::HLTConfigCounter | ( | ) | [inline] |
Definition at line 8 of file HLTConfigCounter.h.
: count_(0) {}
long HLTConfigCounter::decrement | ( | ) | [inline] |
long HLTConfigCounter::increment | ( | ) | [inline] |
long HLTConfigCounter::count_ [private] |
Definition at line 15 of file HLTConfigCounter.h.
Referenced by decrement(), and increment().