#include <SmartPtr.h>
Public Types | |
| typedef T * | StoredType |
| typedef T * | InitPointerType |
| the type of the pointee_ object | |
| typedef T * | PointerType |
| type used to declare OwnershipPolicy type. | |
| typedef T & | ReferenceType |
| type returned by operator-> | |
Public Member Functions | |
| HeapStorage () | |
| type returned by operator* | |
| HeapStorage (const HeapStorage &) | |
| template<class U> | |
| HeapStorage (const HeapStorage< U > &) | |
| HeapStorage (const StoredType &p) | |
| PointerType | operator-> () const |
| ReferenceType | operator * () const |
| void | Swap (HeapStorage &rhs) |
Protected Member Functions | |
| void | Destroy () |
Static Protected Member Functions | |
| static StoredType | Default () |
Definition at line 67 of file SmartPtr.h.
1.5.1-p1