Collaboration diagram for Garbage Collection:
Data Structures | |
class | LDK::SmartPointerBase< T > |
Functionality common to all smart pointers. More... | |
class | LDK::IntrusiveSmartPointer< T > |
A intrusive smart pointer for LDK::Objects allocated with LDK::create only. More... | |
class | LDK::SmartPointer< T > |
A non-instrusive smart pointer to hold memory allocated with LDK::create only. More... | |
class | LDK::NewSmartPointer< T > |
A non-instrusive smart pointer to hold objects allocated with new only. More... | |
class | LDK::RawSmartPointer< T > |
class | LDK::Object |
class | LDK::SmartPointerBase< T > |
Functionality common to all smart pointers. More... | |
class | LDK::IntrusiveSmartPointer< T > |
A intrusive smart pointer for LDK::Objects allocated with LDK::create only. More... | |
class | LDK::SmartPointer< T > |
A non-instrusive smart pointer to hold memory allocated with LDK::create only. More... | |
class | LDK::NewSmartPointer< T > |
A non-instrusive smart pointer to hold objects allocated with new only. More... | |
class | LDK::NewSmartPointer< T > |
A non-instrusive smart pointer to hold objects allocated with new only. More... |