Connection 用の補助関数
More...
#include <cstdio>
Go to the source code of this file.
|
enum | { Connection_utils_infinity = -1,
Line_feed = EOF
} |
|
|
void | hrk::ignore (Connection *connection, int timeout, int size=Connection_utils_infinity) |
|
bool | hrk::ignore_to (Connection *connection, int timeout, char ch) |
|
int | hrk::readline (Connection *connection, char *data, int max_data_size, int timeout, int end_ch=Line_feed) |
|