![]() |
Public API Reference |
#include <objref.h>
Inheritance diagram for iReference:

Public Methods | |
| virtual iReferencedObject * | GetReferencedObject () const=0 |
| Get the referenced object. More... | |
| virtual void | SetReferencedObject (iReferencedObject *)=0 |
| Set the referenced object. Can be 0 to clear the reference. More... | |
Use this if you need to keep track to references to some particular object. The object that is being referenced is the iReferencedObject.
Definition at line 37 of file objref.h.
|
|
Get the referenced object.
|
|
|
Set the referenced object. Can be 0 to clear the reference.
|