|
TrueReality
v0.1.1912
|
An Observer Pointer. More...
#include <ObsrvrPtr.h>


Public Member Functions | |
| ObsrvrPtr () | |
| ObsrvrPtr (T *t) | |
| ObsrvrPtr (const osg::observer_ptr< T > &rp) | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ObsrvrPtr &rp) |
| Prints out the memory address of the held pointer. More... | |
An Observer Pointer.
It holds a pointer to an object but does not own it, and does not delete it when destroyed. If the owner destroys the referenced pointer, the Observer Pointer is set to NULL
Definition at line 35 of file ObsrvrPtr.h.
|
inline |
Definition at line 38 of file ObsrvrPtr.h.
|
inline |
Definition at line 41 of file ObsrvrPtr.h.
|
inline |
Definition at line 44 of file ObsrvrPtr.h.
|
friend |
Prints out the memory address of the held pointer.
Definition at line 50 of file ObsrvrPtr.h.