Util/CountedObject.h File Reference

CountedObject.h File Reference
#include <dbgprint.h>
#include <typeinfo>
#include <string.h>
#include <atomic>

Classes

class  CountedObject< Obj >
 This class is derived from in order to automatically count the number of existing instances, and at shutdown write to Debug Output the leakage count for the class. More...