#include <scim_socket.h>
Public Member Functions | |
| SocketAddress (const String &addr=String()) | |
| SocketAddress (const SocketAddress &addr) | |
| ~SocketAddress () | |
| const SocketAddress & | operator= (const SocketAddress &addr) |
| bool | valid () const |
| SocketFamily | get_family () const |
| bool | set_address (const String &addr) |
| String | get_address () const |
| const void * | get_data () const |
| int | get_data_length () const |
Definition at line 75 of file scim_socket.h.
|
|
constructor.
|
|
|
copy constructor. |
|
|
destructor. |
|
|
copy operator. |
|
|
check if this address is valid. |
|
|
get the family of this socket address. |
|
|
set a new address.
|
|
|
get the string format of the address. |
|
|
get the data of socket address, used by class Socket
|
|
|
get the length of the data. |
1.3.6