AFEPack
|
#include <BinaryBuffer.h>
公有成员 | |
stream_base () | |
空构造函数 | |
stream_base (BUFFER &buf) | |
提供一个数据缓存的构造函数 | |
~stream_base () | |
析构函数 | |
void | set_buffer (BUFFER &buf) |
const BUFFER & | get_buffer () const |
保护类型 | |
typedef BUFFER::char_t | char_t |
typedef BUFFER::const_iterator | const_iterator |
保护属性 | |
BUFFER * | _buf |
被操作的缓存对象 |
typedef BUFFER::char_t AFEPack::stream_base< BUFFER >::char_t [protected] |
typedef BUFFER::const_iterator AFEPack::stream_base< BUFFER >::const_iterator [protected] |
AFEPack::stream_base< BUFFER >::stream_base | ( | ) | [inline] |
空构造函数
AFEPack::stream_base< BUFFER >::stream_base | ( | BUFFER & | buf | ) | [inline] |
提供一个数据缓存的构造函数
AFEPack::stream_base< BUFFER >::~stream_base | ( | ) | [inline] |
析构函数
const BUFFER& AFEPack::stream_base< BUFFER >::get_buffer | ( | ) | const [inline] |
查询得到数据缓存对象
void AFEPack::stream_base< BUFFER >::set_buffer | ( | BUFFER & | buf | ) | [inline] |
BUFFER* AFEPack::stream_base< BUFFER >::_buf [protected] |
被操作的缓存对象