Public Member Functions | Private Member Functions

NonCopyDPtr Class Reference

Base class of non-shared d-pointers. More...

#include <dptr_noncopy.h>

List of all members.

Public Member Functions

 NonCopyDPtr ()
 instantiates a non-shared d-pointer
virtual ~NonCopyDPtr ()
 deletes a non-shared d-pointer

Private Member Functions

 NonCopyDPtr (const NonCopyDPtr &)
 hides the copy constructor
NonCopyDPtroperator= (const NonCopyDPtr &)
 hides the assignment operator

Detailed Description

Base class of non-shared d-pointers.

Use in conjunction with DECLARE_NONCOPY_DPTR and DEFINE_NONCOPY_DPTR


Constructor & Destructor Documentation

NonCopyDPtr (  )  [inline]

instantiates a non-shared d-pointer

virtual ~NonCopyDPtr (  )  [inline, virtual]

deletes a non-shared d-pointer

NonCopyDPtr ( const NonCopyDPtr  )  [inline, private]

hides the copy constructor


Member Function Documentation

NonCopyDPtr& operator= ( const NonCopyDPtr  )  [inline, private]

hides the assignment operator


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Defines