|
Pol
Rev 533
|
#include <uoscrobj.h>
Collaboration diagram for ClientPtrHolder:Public Member Functions | |
| ClientPtrHolder (ClientRef i_client) | |
| const Client * | ConstPtr () const |
| Client * | operator-> () |
| const Client * | operator-> () const |
| Client * | Ptr () |
Private Attributes | |
| ClientRef | client |
Definition at line 162 of file uoscrobj.h.
| ClientPtrHolder::ClientPtrHolder | ( | ClientRef | i_client | ) | [inline, explicit] |
Definition at line 165 of file uoscrobj.h.
| const Client* ClientPtrHolder::ConstPtr | ( | ) | const [inline] |
Definition at line 174 of file uoscrobj.h.
References client, and ref_ptr< T >::get().
Referenced by EClientRefObjImp::call_method(), EClientRefObjImp::call_method_id(), EClientRefObjImp::get_member(), EClientRefObjImp::get_member_id(), EClientRefObjImp::isEqual(), EClientRefObjImp::isTrue(), EClientRefObjImp::set_member(), and EClientRefObjImp::set_member_id().
Here is the call graph for this function:
Here is the caller graph for this function:| Client* ClientPtrHolder::operator-> | ( | void | ) | [inline] |
Definition at line 166 of file uoscrobj.h.
References client, and ref_ptr< T >::get().
Here is the call graph for this function:| const Client* ClientPtrHolder::operator-> | ( | void | ) | const [inline] |
Definition at line 167 of file uoscrobj.h.
References client, and ref_ptr< T >::get().
Here is the call graph for this function:| Client* ClientPtrHolder::Ptr | ( | ) | [inline] |
Definition at line 173 of file uoscrobj.h.
References client, and ref_ptr< T >::get().
Referenced by getCharacterOrClientParam().
Here is the call graph for this function:
Here is the caller graph for this function:ClientRef ClientPtrHolder::client [private] |
Definition at line 176 of file uoscrobj.h.
Referenced by ConstPtr(), operator->(), and Ptr().