|
Loki
0.1.7
|
#include <SmartPtr.h>
Public Types | |
| 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* | |
Implementation of the StoragePolicy used by SmartPtr. Uses explicit call to T's destructor followed by call to free.