#include <pointerTo.h>
Inheritance diagram for ConstPointerTo< T >:
Public Types | |
typedef TYPENAME PointerToBase< T >::To | To |
Public Member Functions | |
INLINE | ConstPointerTo (const PointerTo< T > ©) |
INLINE | ConstPointerTo (const ConstPointerTo< T > ©) |
INLINE const To & | operator * () const |
INLINE const To * | operator-> () const |
INLINE | operator const TYPENAME PointerToBase () const |
INLINE ConstPointerTo< T > & | operator= (const To *ptr) |
INLINE ConstPointerTo< T > & | operator= (const ConstPointerTo< T > ©) |
INLINE ConstPointerTo< T > & | operator= (const PointerTo< T > ©) |
INLINE bool | is_null () const |
INLINE void | clear () |
Public Attributes | |
PUBLISHED | __pad0__: INLINE ConstPointerTo(const To *ptr = (const To *)NULL) |
PUBLISHED | __pad1__: INLINE const To *p() const |
|
Reimplemented from PointerToBase< T >. Definition at line 210 of file pointerTo.h. |
|
|
|
|
|
Reimplemented from PointerToBase< T >. Definition at line 233 of file pointerTo.h. |
|
Definition at line 232 of file pointerTo.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from PointerToBase< T >. Definition at line 212 of file pointerTo.h. |
|
Definition at line 222 of file pointerTo.h. |