#include <RefCountPtr.h>
List of all members.
Member Typedef Documentation
template<class MutexType>
The signature of a release function.
- Parameters:
-
ptr | The pointee to release (delete). |
Constructor & Destructor Documentation
template<class MutexType>
Destructor for class RefCountPtrBase. This operation will decrement the reference count of the managed pointee.
template<class MutexType>
template<class MutexType>
template<class MutexType>
Copy constructor for class RefCountPtrBase.
- Parameters:
-
rhs | The other instance to copy from. |
Member Function Documentation
template<class MutexType >
template<class MutexType >
template<class MutexType>
Member Data Documentation
template<class MutexType>
The documentation for this class was generated from the following file: