|
| StaticHandle (const StaticHandle &h) |
|
template<class T2 > |
| StaticHandle (const StaticHandle< T2 > &other) |
|
template<class T2 > |
| StaticHandle (const StaticHandle< T2 > &other, const use_static_cast &) |
|
template<class T2 > |
| StaticHandle (const StaticHandle< T2 > &other, const use_dynamic_cast &) |
|
| StaticHandle (T *p) |
|
StaticHandle & | operator= (const StaticHandle &h) |
|
template<class T2 > |
StaticHandle & | operator= (const StaticHandle< T2 > &other) |
|
StaticHandle & | operator= (T *p) |
|
size_type | id () const |
|
| operator const T & () const |
|
const T * | ptr () const |
|
T & | operator* () const |
|
T * | operator-> () const |
|
void | swap (StaticHandle &h) |
|
void | reset () |
|
StaticHandle | clone () const |
|
bool | operator== (const StaticHandle &h) const |
|
bool | operator!= (const StaticHandle &h) const |
|
bool | operator> (const StaticHandle &h) const |
|
bool | operator< (const StaticHandle &h) const |
|
| operator bool () const |
|