#include <LDK/SmartPointers.h>
Inheritance diagram for LDK::SmartPointer< T >:
Public Types | |
typedef SmartPointerBase< T >::PointerType | PointerType |
Public Member Functions | |
SmartPointer (PointerType p=NULL) | |
SmartPointer (const SmartPointer &rhs) | |
~SmartPointer () | |
SmartPointer & | operator= (const SmartPointer &rhs) |
Static Public Member Functions | |
static size_t | refCount (const SmartPointer &s) |
Static Protected Member Functions | |
static void | incRefCount (SmartPointer &rhs) |
static void | decRefCount (SmartPointer &rhs) |
Protected Attributes | |
size_t * | mRefCountPtr |
Definition at line 211 of file SmartPointers.h.