#include <utilities/shared_pointer.h>
Inherited by nitro::SharedPointer< managed_type >.
Public Member Functions | |
virtual | ~SharedPointerInterface () |
virtual void * | GetDataAddress (void)=0 |
Definition at line 21 of file shared_pointer.h.
virtual nitro::SharedPointerInterface::~SharedPointerInterface | ( | ) | [inline, virtual] |
virtual void* nitro::SharedPointerInterface::GetDataAddress | ( | void | ) | [pure virtual] |
Getting data to the pointer.
Implemented in nitro::SharedPointer< managed_type >.