[ Common | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]
public: | |
// Constructors and assignment | |
RiCounter(char *label, unsigned long ival ); | |
~RiCounter(); | |
// Accessors | |
long long | GetValue(); |
// Members | |
void operator++ | +(int); |
void operator+= | =(int num); |
protected: |
RiCounter(char *label, unsigned long ival );
Default Constructor
RiCounter(char *label, unsigned long ival = 0);
~RiCounter();
long long GetValue();
void operator++(int);
void operator+=(int num);
public: | ||
---|---|---|
// Accessors | ||
long long | GetValue(); | |
// Members | ||
void operator++ | +(int); | |
void operator+= | =(int num); | |
protected: |