#include <sample4.h>
Public Member Functions | |
Counter () | |
int | Increment () |
void | Print () const |
Private Attributes | |
int | counter_ |
Counter::Counter | ( | ) | [inline] |
int Counter::Increment | ( | ) |
Definition at line 39 of file sample4.cc.
void Counter::Print | ( | ) | const |
Definition at line 44 of file sample4.cc.
int Counter::counter_ [private] |