|
| TipperClient (bool spawnThread, std::string host, unsigned port=TIPPER_SERVER_PORT) |
|
virtual | ~TipperClient () |
|
| Client (bool spawn, std::string host, unsigned connectPort, unsigned readBufSize=0, unsigned sendBufSize=0) |
|
virtual | ~Client () |
|
void | run () |
|
void | setReadBufSize (unsigned size) |
|
void | setSendBufSize (unsigned size) |
|
| Runnable (bool spawnThread, RUN_FN(*runFn)) |
|
| Runnable (bool spawnThread, RUN_FN(*runFn), int priority) |
|
virtual | ~Runnable () |
|
void | blockForever () |
|
void | spawn () |
|
TipperClient::TipperClient |
( |
bool |
spawnThread, |
|
|
std::string |
host, |
|
|
unsigned |
port = TIPPER_SERVER_PORT |
|
) |
| |
Constructor.
....................................................................... Constructor.
TipperClient::~TipperClient |
( |
| ) |
|
|
virtual |
Destructor.
....................................................................... Destructor.
The documentation for this class was generated from the following files:
- gcpCbass/util/common/TipperClient.h
- gcpCbass/util/common/TipperClient.cc