|
rippled
|
Tracks the number of instances of an object. More...
Classes | |
| class | Counter |
Public Member Functions | |
| CountedObject () noexcept | |
| CountedObject (CountedObject const &) noexcept | |
| CountedObject & | operator= (CountedObject const &) noexcept=default |
| ~CountedObject () noexcept | |
Static Private Member Functions | |
| static Counter & | getCounter () noexcept |
Tracks the number of instances of an object.
Derived classes have their instances counted automatically. This is used for reporting purposes.
Definition at line 110 of file CountedObject.h.
|
noexcept |
Definition at line 113 of file CountedObject.h.
|
noexcept |
Definition at line 118 of file CountedObject.h.
|
noexcept |
Definition at line 126 of file CountedObject.h.
|
defaultnoexcept |
|
staticprivatenoexcept |
Definition at line 153 of file CountedObject.h.
1.8.17