Kryptostack
Public Member Functions | Static Public Member Functions | Static Private Attributes | List of all members
Counter< T > Class Template Reference

Counter base class. More...

#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.
 

Detailed Description

template<typename T>
class Counter< T >

Counter base class.


The documentation for this class was generated from the following file: