#include <CEGUIRefPtr.h>
Collaboration diagram for CEGUI::RefPtr< T >:

Public Member Functions | |
| RefPtr () | |
| RefPtr (T *t) | |
| RefPtr (const RefPtr &r) | |
| ~RefPtr () | |
| RefPtr & | operator= (T *q) |
| RefPtr & | operator= (const RefPtr &r) |
| bool | operator== (const RefPtr &r) const |
| bool | operator!= (const RefPtr &r) const |
| bool | operator< (const RefPtr &r) const |
| bool | operator> (const RefPtr &r) const |
| bool | operator== (const T *q) const |
| bool | operator!= (const T *q) const |
| bool | operator< (const T *q) const |
| bool | operator> (const T *q) const |
| T & | operator * () |
| const T & | operator * () const |
| T * | operator-> () |
| const T * | operator-> () const |
| T * | get () |
| const T * | get () const |
| bool | operator! () const |
| bool | valid () const |
| T * | release () |
|
|||||||||
|
Definition at line 69 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 71 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 72 of file CEGUIRefPtr.h. |
|
|||||||||
|
Definition at line 74 of file CEGUIRefPtr.h. |
|
|||||||||
|
Definition at line 112 of file CEGUIRefPtr.h. |
|
|||||||||
|
Definition at line 111 of file CEGUIRefPtr.h. |
|
|||||||||
|
Definition at line 106 of file CEGUIRefPtr.h. |
|
|||||||||
|
Definition at line 105 of file CEGUIRefPtr.h. |
|
|||||||||
|
Definition at line 114 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 100 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 95 of file CEGUIRefPtr.h. |
|
|||||||||
|
Definition at line 109 of file CEGUIRefPtr.h. |
|
|||||||||
|
Definition at line 108 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 101 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 96 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 92 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 81 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 99 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 94 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 102 of file CEGUIRefPtr.h. |
|
||||||||||
|
Definition at line 97 of file CEGUIRefPtr.h. |
|
|||||||||
|
Definition at line 117 of file CEGUIRefPtr.h. |
|
|||||||||
|
Definition at line 115 of file CEGUIRefPtr.h. |
1.3.9.1