|
Pol
Rev 533
|
#include <auxclient.h>
Inheritance diagram for AuxConnection:
Collaboration diagram for AuxConnection:Public Member Functions | |
| AuxConnection (AuxClientThread *auxclientthread, string ip) | |
| virtual BObjectImp * | call_method (const char *methodname, Executor &ex) |
| virtual BObjectImp * | copy () const |
| void | disconnect () |
| virtual BObjectRef | get_member (const char *membername) |
| virtual std::string | getStringRep () const |
| virtual bool | isTrue () const |
| virtual size_t | sizeEstimate () const |
Private Attributes | |
| AuxClientThread * | _auxclientthread |
| string | _ip |
Definition at line 13 of file auxclient.h.
| AuxConnection::AuxConnection | ( | AuxClientThread * | auxclientthread, |
| string | ip | ||
| ) | [inline] |
Definition at line 16 of file auxclient.h.
Referenced by sizeEstimate().
Here is the caller graph for this function:| BObjectImp * AuxConnection::call_method | ( | const char * | methodname, |
| Executor & | ex | ||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 67 of file auxclient.cpp.
References _auxclientthread, Executor::getParamImp(), Executor::numParams(), and AuxClientThread::transmit().
Here is the call graph for this function:| BObjectImp * AuxConnection::copy | ( | void | ) | const [virtual] |
Implements BObjectImp.
Definition at line 38 of file auxclient.cpp.
| void AuxConnection::disconnect | ( | ) |
Definition at line 92 of file auxclient.cpp.
References _auxclientthread.
Referenced by AuxClientThread::run().
Here is the caller graph for this function:| BObjectRef AuxConnection::get_member | ( | const char * | membername | ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 58 of file auxclient.cpp.
References _ip, and UninitObject::create().
Here is the call graph for this function:| std::string AuxConnection::getStringRep | ( | ) | const [virtual] |
Implements BObjectImp.
Definition at line 43 of file auxclient.cpp.
| bool AuxConnection::isTrue | ( | void | ) | const [virtual] |
Reimplemented from BObjectImp.
Definition at line 53 of file auxclient.cpp.
References _auxclientthread.
| size_t AuxConnection::sizeEstimate | ( | ) | const [virtual] |
Implements BObjectImp.
Definition at line 48 of file auxclient.cpp.
References AuxConnection().
Here is the call graph for this function:AuxClientThread* AuxConnection::_auxclientthread [private] |
Definition at line 33 of file auxclient.h.
Referenced by call_method(), disconnect(), and isTrue().
string AuxConnection::_ip [private] |
Definition at line 34 of file auxclient.h.
Referenced by get_member().