130 template<
class Impl,
class DelOp=Po
interDelOp>
undocument this line if you encounter any issues!
Definition: Any.h:37
SmartPtrBase< Impl, DelOp > impl
shared pointer for the classes implementation
Definition: ShallowCopyable.h:144
Interface class for cheap copyable classes using a smart ptr.
Definition: ShallowCopyable.h:131
bool isNull() const
returns wheter the objects implementation holds a null pointer
Definition: ShallowCopyable.h:136
ShallowCopyable< Impl, DelOp > ParentSC
Definition: ShallowCopyable.h:133
ShallowCopyable(Impl *t=0)
create a the implementation with a given T* value
Definition: ShallowCopyable.h:141
T * get()
returns the pointer to the data
Definition: SmartPtrBase.h:345