acl
3.5.3.0
|
#include <tcp_reader.hpp>
Public 成员函数 | |
tcp_reader (socket_stream &conn) | |
~tcp_reader (void) | |
bool | read (string &out) |
acl::socket_stream & | get_conn (void) const |
额外继承的成员函数 | |
Protected 成员函数 继承自 acl::acl::noncopyable | |
noncopyable () | |
~noncopyable () | |
tcp ipc 通信接收类,内部会自动读取完事的数据包
在文件 tcp_reader.hpp 第 13 行定义.
acl::tcp_reader::tcp_reader | ( | socket_stream & | conn | ) |
|
inline |
在文件 tcp_reader.hpp 第 17 行定义.
|
inline |
bool acl::tcp_reader::read | ( | string & | out | ) |
从对端读取数据,每次只读一个数据包
out | {string&} 存储数据包,内部采用追加方式往 out 添加数据 |