Definition of a simple Counter class.
More...
#include <Counter.h>
Definition of a simple Counter class.
◆ Counter()
◆ GetValue()
unsigned int GetValue |
( |
| ) |
const |
|
inline |
◆ IsZero()
◆ operator unsigned int()
operator unsigned int |
( |
| ) |
|
|
inline |
◆ operator++() [1/2]
unsigned int operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/2]
unsigned int operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator--() [1/2]
unsigned int operator-- |
( |
| ) |
|
|
inline |
◆ operator--() [2/2]
unsigned int operator-- |
( |
int |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: