ESyS-Particle
4.0.1
|
#include <Counter.h>
Public Member Functions | |
CCounterList & | operator<< (CCounter &Counter) |
add a counter "Counter" | |
CCounterList & | addCounter (char *name) |
add a counter of name "name" | |
CCounter & | counter (char *name) |
return the counter "name" | |
CCounter & | operator() (char *Name) |
return the counter "name" | |
ostream & | print (ostream &Out) |
method to print out all counters | |
CListCounters & | getList () |
Protected Attributes | |
CListCounters | m_Counters |
Provide a list of counters.