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