#include <rxsocket.hh>
rxsocket::RxTCPClientに対する継承グラフ


Public メソッド | |
| RxTCPClient (const std::string &host, u_short port, int buffer_size=RXSOCKET_BUFFER_SIZE) | |
| virtual void | open () |
| virtual int | data_available () const |
| virtual bool | can_send () const |
| virtual void | send (const std::string &str) |
| virtual void | receive (std::string &str, int size) |
| virtual const std::string & | get_send_buf () const |
| virtual const std::string & | get_receive_buf () const |
| virtual void | process_event (int code, int err) |
| virtual void | close () |
| virtual int | data_available ()=0 |
| virtual bool | is_connected () |
| void | print (std::ostream &os) |
Static Public メソッド | |
| static void | set_instance (HINSTANCE instance) |
Protected メソッド | |
| void | send_now () |
| void | def_can_write () |
| void | def_can_read () |
| virtual void | can_write () |
| virtual void | can_read () |
| virtual void | event_connect () |
| virtual void | event_close () |
| virtual void | can_accept () |
Protected 変数 | |
| std::string | _host |
| u_short | _port |
| std::string | _send_buf |
| std::string | _receive_buf |
| bool | _can_send |
| int | _buffer_size |
| HWND | _wnd |
| SOCKET | _socket |
|
||||||||||||||||
|
|
|
|
|
|
|
rxsocket::RxSocketを実装しています. connection::ServerConnectionで再定義されています。 関数の呼び出しグラフ: ![]() |
|
|
|
|
|
rxsocket::RxSocketを実装しています. 関数の呼び出しグラフ: ![]() |
|
|
|
|
|
connection::ServerConnectionで実装されています. |
|
|
|
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
connection::ServerConnectionで再定義されています。 |
|
|
connection::ServerConnectionで再定義されています。 |
|
|
|
|
|
|
|
|
|
|
|
rxsocket::RxSocketを実装しています. |
|
|
|
|
||||||||||||
|
関数の呼び出しグラフ: ![]() |
|
||||||||||||
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2-20050421