acl
3.5.3.0
|
#include <http_pipe.hpp>
Public 成员函数 | |
http_pipe (void) | |
virtual | ~http_pipe (void) |
void | set_charset (charset_conv *conv) |
bool | set_charset (const char *from, const char *to) |
void | append (pipe_stream *ps) |
void | reset () |
bool | update (const char *in, size_t len) |
bool | update_end (void) |
pipe_manager & | get_manager (void) |
额外继承的成员函数 | |
Protected 成员函数 继承自 acl::acl::noncopyable | |
noncopyable () | |
~noncopyable () | |
在文件 http_pipe.hpp 第 11 行定义.
acl::http_pipe::http_pipe | ( | void | ) |
|
virtual |
void acl::http_pipe::append | ( | pipe_stream * | ps | ) |
pipe_manager& acl::http_pipe::get_manager | ( | void | ) |
void acl::http_pipe::reset | ( | ) |
void acl::http_pipe::set_charset | ( | charset_conv * | conv | ) |
bool acl::http_pipe::set_charset | ( | const char * | from, |
const char * | to | ||
) |
bool acl::http_pipe::update | ( | const char * | in, |
size_t | len | ||
) |
bool acl::http_pipe::update_end | ( | void | ) |