Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

TNL::SafeObjectRef Class Reference

Base class for Object safe pointers. More...

#include <tnlNetBase.h>

Inheritance diagram for TNL::SafeObjectRef:

TNL::SafePtr< T > List of all members.

Public Methods

void registerReference ()
 Links this SafeObjectRef into the doubly linked list of SafeObjectRef instances for mObject.

void unregisterReference ()
 Unlinks this SafeObjectRef from the doubly linked list of SafeObjectRef instance for mObject.


Protected Attributes

ObjectmObject
 The object this is a safe pointer to, or NULL if the object has been deleted.

SafeObjectRef * mPrevObjectRef
 The previous SafeObjectRef for mObject.

SafeObjectRef * mNextObjectRef
 The next SafeObjectRef for mObject.


Detailed Description

Base class for Object safe pointers.

Definition at line 536 of file tnlNetBase.h.


The documentation for this class was generated from the following file:
Generated on Thu Aug 18 16:03:39 2005 for Robin Hood: Thieves & Knights by doxygen1.2.18