#include <pointerTo.h>
Inheritance diagram for PointerToBase< T >:
Public Types | |
typedef T | To |
Public Member Functions | |
INLINE bool | operator== (const To *other) const |
INLINE bool | operator!= (const To *other) const |
INLINE bool | operator> (const To *other) const |
INLINE bool | operator<= (const To *other) const |
INLINE bool | operator>= (const To *other) const |
INLINE bool | operator== (To *other) const |
INLINE bool | operator!= (To *other) const |
INLINE bool | operator> (To *other) const |
INLINE bool | operator<= (To *other) const |
INLINE bool | operator>= (To *other) const |
INLINE bool | operator== (const PointerToBase< To > &other) const |
INLINE bool | operator!= (const PointerToBase< To > &other) const |
INLINE bool | operator> (const PointerToBase< To > &other) const |
INLINE bool | operator<= (const PointerToBase< To > &other) const |
INLINE bool | operator>= (const PointerToBase< To > &other) const |
INLINE bool | operator< (const To *other) const |
INLINE bool | operator< (const PointerToBase< To > &other) const |
INLINE void | clear () |
void | output (ostream &out) const |
Public Attributes | |
PUBLISHED | __pad0__: INLINE bool is_null() const |
Protected Member Functions | |
INLINE | PointerToBase (To *ptr) |
INLINE | PointerToBase (const PointerToBase< T > ©) |
INLINE | ~PointerToBase () |
void | reassign (To *ptr) |
INLINE void | reassign (const PointerToBase< To > ©) |
Protected Attributes | |
To * | _ptr |
|
Reimplemented in PointerTo< T >, ConstPointerTo< T >, PointerTo< EggTexture >, PointerTo< EggMaterial >, and ConstPointerTo< Event >. Definition at line 89 of file pointerTo.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 100 of file pointerTo.h. |