#include <ref.H>
Inheritance diagram for REFptr< T >:
Public Member Functions | |
REFptr () | |
REFptr (CREFptr< T > &p) | |
REFptr (T *pObj) | |
virtual | ~REFptr () |
void | Init () |
void | Clear () |
REFptr< T > & | operator= (T *o) |
REFptr< T > & | operator= (CREFptr< T > &p) |
bool | operator== (CREFptr< T > &p) const |
bool | operator== (T *p) const |
bool | operator!= (CREFptr< T > &p) const |
bool | operator!= (T *p) const |
bool | operator! () const |
const T & | operator * () const |
T & | operator * () |
const T * | operator-> () const |
T * | operator-> () |
operator T * () const | |
REFptr< T > & | Cast_from_void (void *V) |
Protected Attributes | |
T * | p_ |
Friends | |
ostream & | operator<< (ostream &os, CREFptr< T > &p) |
Definition at line 144 of file ref.H.
|
|
|
|
|
|
|
|
|
|
|
Definition at line 163 of file ref.H. Referenced by REFptr< STR >::operator=(). |
|
|
|
|
|
|
|
Definition at line 198 of file ref.H. References REFptr< T >::p_. |
|
Reimplemented in str_ptr. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|