#include <scim_socket.h>
Inheritance diagram for scim::SocketClient:


Public Member Functions | |
| SocketClient () | |
| SocketClient (const SocketAddress &address) | |
| ~SocketClient () | |
| bool | is_connected () const |
| bool | connect (const SocketAddress &address) |
| void | close () |
Definition at line 377 of file scim_socket.h.
|
|
constructor. |
|
|
constructor.
|
|
|
destructor. |
|
|
check if the socket is connected. |
|
|
connect to a server.
|
|
|
close the client. Reimplemented from scim::Socket. |
1.3.6