Public Member Functions

nitro::SharedPointerInterface Class Reference

#include <utilities/shared_pointer.h>

Inherited by nitro::SharedPointer< managed_type >.

List of all members.

Public Member Functions

virtual ~SharedPointerInterface ()
virtual void * GetDataAddress (void)=0

Detailed Description

Definition at line 21 of file shared_pointer.h.


Constructor & Destructor Documentation

virtual nitro::SharedPointerInterface::~SharedPointerInterface (  )  [inline, virtual]

Destructor (virtual).

Author:
Dodonov A.A.

Definition at line 35 of file shared_pointer.h.

{};


Member Function Documentation

virtual void* nitro::SharedPointerInterface::GetDataAddress ( void   )  [pure virtual]

Getting data to the pointer.

Returns:
Pointer to the stored data.
Author:
Dodonov A.A.

Implemented in nitro::SharedPointer< managed_type >.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.1