Pyrogenesis
13997
|
Go to the source code of this file.
Classes | |
class | ICounter |
Functions | |
ICounter * | CreateCounter (size_t id) |
void | DestroyCounter (ICounter *&counter) |
shut down the counter, free its resources and zero its pointer. More... | |
ICounter* CreateCounter | ( | size_t | id | ) |
id | integer ID (0..N-1) |
there can only be one active counter at a time; the previous one must have been destroyed before creating another!
Definition at line 82 of file counter.cpp.
void DestroyCounter | ( | ICounter *& | counter | ) |
shut down the counter, free its resources and zero its pointer.
Definition at line 109 of file counter.cpp.