Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NememoryEmemory is a namespace to represent the
 CCounterCouter is an important part of the SharedPtr/WeakPtr implementation. This use a simple refcounting method dut thread-safe
 CEnableSharedFromThisEnable the acces of the self sharedPtr inside an object (note: not availlable in contructor and destructor)
 CEnableSharedFromThisBaseBasic handle to be simplify at the basic mode of the onject recognition for internal tamplate filter (empty implementation)
 CSharedPtrEmemory::SharedPtr is a smart pointer that retains shared ownership of an object through a pointer. Several SharedPtr objects may own the same object. The object is destroyed and its memory deallocated when either of the following happens:
 CWeakPtrWeakPtr is an interface that lose the data pointer when all SharedPtr as been released