#include <LDK/SmartPointers.h>
Inheritance diagram for LDK::IntrusiveSmartPointer< T >:
Public Types | |
typedef SmartPointerBase< T >::PointerType | PointerType |
Public Member Functions | |
IntrusiveSmartPointer (PointerType p=NULL) | |
IntrusiveSmartPointer (const IntrusiveSmartPointer &rhs) | |
~IntrusiveSmartPointer () | |
IntrusiveSmartPointer & | operator= (const IntrusiveSmartPointer &rhs) |
Static Public Member Functions | |
static size_t | refCount (const IntrusiveSmartPointer &s) |
Definition at line 154 of file SmartPointers.h.