|
CsPointer
2.0.0
|
| ▼NCsPointer | Namespace for the CsPointer library |
| CCsEnableSharedFromThis | Base class which provides a CsSharedPointer for an existing object |
| CCsIntrusiveBase | Implements reference count functions for CsIntrusivePointer |
| CCsIntrusiveDefaultPolicy | Default implementation for incrementing or decrementing the reference count for CsIntrusivePointer |
| CCsIntrusivePointer | Manages a pointer to an object, the reference count is stored in the object |
| CCsNodeManager | Manages a container of intrusive pointers |
| CCsSharedArrayPointer | Stores a shared pointer to a dynamically allocated array of objects |
| CCsSharedPointer | Stores a pointer to a potentially shared object |
| CCsUniqueArrayPointer | Contains a pointer to a dynamically allocated array |
| CCsUniquePointer | Contains a pointer to an object and takes exclusive ownership |
| CCsWeakPointer | Stores a weak pointer to a potentially shared object |