#include <objref.h>
Inheritance diagram for iReference:
Public Methods | |
virtual iReferencedObject* | GetReferencedObject () const=0 |
Get the referenced object. | |
virtual void | SetReferencedObject (iReferencedObject *)=0 |
Set the referenced object. Can be NULL to clear the reference. |
Use this if you need to keep track to references to some particular object. The object that is being referenced is the iReferencedObject.