#include <BasicCounter.h>
Public Member Functions | |
BasicCounter (const long initialCount) | |
BasicCounter () | |
void | inc () |
Increment. | |
bool | dec () |
Decrement. | |
long | getCount () const |
Get the current count. | |
Private Attributes | |
long | count |
|
|
|
|
|
Decrement.
|
|
Get the current count.
|
|
Increment.
|
|
|