Kryptostack
|
#include <counter.h>
Public Member Functions | |
Counter () | |
Ctor. | |
Static Public Member Functions | |
static int | getTotalCounter () |
Static getter for created objects. | |
static int | getAliveCounter () |
Static getter for objects alive. | |
Static Private Attributes | |
static int | counter_total_ = 0 |
Objects created for performance analysis. | |
static int | counter_alive_ = 0 |
Objects alive.Target is to have 0 at programm exit. | |
Counter base class.