Base class of non-shared d-pointers. More...
#include <dptr_noncopy.h>
Public Member Functions | |
NonCopyDPtr () | |
instantiates a non-shared d-pointer More... | |
virtual | ~NonCopyDPtr () |
deletes a non-shared d-pointer More... | |
Private Member Functions | |
NonCopyDPtr (const NonCopyDPtr &) | |
hides the copy constructor More... | |
NonCopyDPtr & | operator= (const NonCopyDPtr &) |
hides the assignment operator More... | |
Base class of non-shared d-pointers.
Use in conjunction with DECLARE_NONCOPY_DPTR and DEFINE_NONCOPY_DPTR
|
inline |
instantiates a non-shared d-pointer
|
inlinevirtual |
deletes a non-shared d-pointer
|
inlineprivate |
hides the copy constructor
|
inlineprivate |
hides the assignment operator