#include "dptr_base.h"Go to the source code of this file.
Classes | |
| class | NonCopyDPtr |
| Base class of non-shared d-pointers. More... | |
Macros | |
| #define | DEFINE_NONCOPY_DPTR(Class) |
| Creates definitions for methods of the non-shared, non-copy d-pointer wrapper. More... | |
| #define DEFINE_NONCOPY_DPTR | ( | Class | ) |
Creates definitions for methods of the non-shared, non-copy d-pointer wrapper.
This variant is not shared between instances of the containing class.
To be used in implementation where the actual d-pointer class is implemented.
| Class | the base class within which the d-pointer was declared |
1.8.8