Reference to an IBase derived pointer. More...
#include <Reference.h>
Public Member Functions | |
CReferenceT () | |
virtual void | SetReference (IBase *ptr) |
sets the implementation to the reference More... | |
Protected Attributes | |
I * | m_Ptr |
Pointer to the implementation the reference references to. More... | |
Reference to an IBase derived pointer.
Definition at line 81 of file Reference.h.
|
inline |
Definition at line 85 of file Reference.h.
|
inlinevirtual |
sets the implementation to the reference
Definition at line 94 of file Reference.h.
|
protected |
Pointer to the implementation the reference references to.
Definition at line 101 of file Reference.h.