#include <tnlNetBase.h>
Inheritance diagram for TNL::RefObjectRef:

Public Methods | |
| RefObjectRef (Object *object=NULL) | |
| Constructor, assigns from the object and increments its reference count if it's not NULL. | |
| ~RefObjectRef () | |
| Destructor, dereferences the object, if there is one. | |
| void | set (Object *object) |
| Assigns this reference object from an existing Object instance. | |
Protected Methods | |
| void | incRef () |
| Increments the reference count on the referenced object. | |
| void | decRef () |
| Decrements the reference count on the referenced object. | |
Protected Attributes | |
| Object * | mObject |
| The object this RefObjectRef references. | |
Definition at line 459 of file tnlNetBase.h.
1.2.18