![]() |
VR-Forces 4.10 Class Documentation
|
Helper class used to hold and own a pointer to an object. More...

Public Member Functions | |
| DtInstanceHolder (T *ptr) | |
| virtual | ~DtInstanceHolder () |
| T * | get () |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Protected Attributes | |
| T * | myPointer |
Helper class used to hold and own a pointer to an object.
This class destroys the referenced object during destruction.
|
inline |
|
inlinevirtual |
|
inline |
|
protected |