| 
    rippled
    
   | 
 
Tracks the number of instances of an object. More...
#include <CountedObject.h>
Public Member Functions | |
| CountedObject () noexcept | |
| CountedObject (CountedObject const &) noexcept | |
| CountedObject & | operator= (CountedObject const &) noexcept=default | 
| ~CountedObject () noexcept | |
Static Private Member Functions | |
| static auto & | 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 125 of file CountedObject.h.
      
  | 
  noexcept | 
Definition at line 136 of file CountedObject.h.
      
  | 
  noexcept | 
Definition at line 141 of file CountedObject.h.
      
  | 
  noexcept | 
Definition at line 149 of file CountedObject.h.
      
  | 
  staticprivatenoexcept | 
Definition at line 129 of file CountedObject.h.
      
  | 
  defaultnoexcept |