#include <locobject.h>
Public Member Functions | |
CLocator (void) | |
CLocator (CObject *_pObj) | |
CLocator (const CLocator< T > &lo) | |
CLocator< T > & | operator= (const CLocator< T > &lo) |
CLocator< T > & | AttachObject (T *_pObj) |
CLocator< T > & | AttachClonedObject (const CLocator< T > &lo, bool copystate) |
operator T * (void) | |
operator const T * (void) const | |
T & | operator* (void) |
const T & | operator* (void) const |
T * | operator-> (void) |
const T * | operator-> (void) const |
T * | operator() (void) |
const T * | operator() (void) const |
Definition at line 95 of file locobject.h.
Definition at line 97 of file locobject.h.
Definition at line 98 of file locobject.h.
Definition at line 99 of file locobject.h.
CLocator<T>& CLocator< T >::AttachClonedObject | ( | const CLocator< T > & | lo, | |
bool | copystate | |||
) | [inline] |
Definition at line 107 of file locobject.h.
Definition at line 105 of file locobject.h.
CLocator< T >::operator const T * | ( | void | ) | const [inline] |
Definition at line 111 of file locobject.h.
CLocator< T >::operator T * | ( | void | ) | [inline] |
Definition at line 109 of file locobject.h.
const T* CLocator< T >::operator() | ( | void | ) | const [inline] |
Definition at line 123 of file locobject.h.
T* CLocator< T >::operator() | ( | void | ) | [inline] |
Definition at line 121 of file locobject.h.
const T& CLocator< T >::operator* | ( | void | ) | const [inline] |
T& CLocator< T >::operator* | ( | void | ) | [inline] |
const T* CLocator< T >::operator-> | ( | void | ) | const [inline] |
T* CLocator< T >::operator-> | ( | void | ) | [inline] |
Definition at line 100 of file locobject.h.