
Private Types | |
| typedef Object< i > | CountedType |
| The type of the object we are counting. More... | |
| typedef CountedObjectRegistry::Counter | Counter |
| The (integer) type used to hold the counter. More... | |
Static Private Member Functions | |
| static Counter | GetObjectsAssigned () |
| static Counter | GetObjectsCopied () |
| static Counter | GetObjectsCreated () |
| number of calls to the constructor More... | |
| static Counter | GetObjectsDestroyed () |
| number of calls to the destructor More... | |
| static Counter | GetObjectsExisting () |
| difference of number of calls to constructor and destructor More... | |
Definition at line 52 of file testCountedObject.cc.
|
inherited |
The type of the object we are counting.
Definition at line 33 of file CountedObject.h.
|
inherited |
The (integer) type used to hold the counter.
Definition at line 35 of file CountedObject.h.
|
inlinestaticinherited |
Definition at line 48 of file CountedObject.h.
|
inlinestaticinherited |
Definition at line 45 of file CountedObject.h.
|
inlinestaticinherited |
number of calls to the constructor
Definition at line 38 of file CountedObject.h.
|
inlinestaticinherited |
number of calls to the destructor
Definition at line 40 of file CountedObject.h.
|
inlinestaticinherited |
difference of number of calls to constructor and destructor
Definition at line 42 of file CountedObject.h.