CsPointer  1.0.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NCsPointerNamespace for the CsPointer library
 CCsEnableSharedFromThisBase class which provides a CsSharedPointer for an existing object
 CCsIntrusiveBaseImplements reference count functions for CsIntrusivePointer
 CCsIntrusiveDefaultPolicyDefault implementation for incrementing or decrementing the reference count for CsIntrusivePointer
 CCsIntrusivePointerManages a pointer to an object, the reference count is stored in the object
 CCsNodeManagerManages a container of intrusive pointers
 CCsSharedArrayPointerStores a shared pointer to a dynamically allocated array of objects
 CCsSharedPointerStores a pointer to a potentially shared object
 CCsUniqueArrayPointerContains a pointer to a dynamically allocated array
 CCsUniquePointerContains a pointer to an object and takes exclusive ownership
 CCsWeakPointerStores a weak pointer to a potentially shared object