47 #ifndef CCXX_COUNTER_H_
48 #define CCXX_COUNTER_H_
50 #ifdef CCXX_NAMESPACES
81 {count = counter.
count;};
99 #ifdef CCXX_NAMESPACES
Counter()
Construct and initialize a counter to zero.
Counter(T initial)
Construct a counter with an initial value of the specified data type.
The counter template is used for generic objects which act as automatic counters. ...
Counter(const Counter &counter)
Construct a counter with an initial value set for another counter.