
Public Member Functions | |
| ByteBuf (const char *s) | |
| ByteBuf (const ByteBuf &arg) | |
| ByteBuf (AutoPtrVec< char > &s, size_t len) | |
| ~ByteBuf () | |
| ByteBuf & | operator= (const ByteBuf &arg) |
| size_t | length () const |
| char * | data () const |
| ByteBuf * | clone () const |
Private Attributes | |
| size_t | m_len |
| char * | m_buf |
Definition at line 90 of file String.cpp.
| BLOCXX_NAMESPACE::String::ByteBuf::ByteBuf | ( | const char * | s | ) | [inline] |
| BLOCXX_NAMESPACE::String::ByteBuf::ByteBuf | ( | const ByteBuf & | arg | ) | [inline] |
| BLOCXX_NAMESPACE::String::ByteBuf::ByteBuf | ( | AutoPtrVec< char > & | s, | |
| size_t | len | |||
| ) | [inline] |
Definition at line 107 of file String.cpp.
| BLOCXX_NAMESPACE::String::ByteBuf::~ByteBuf | ( | ) | [inline] |
| size_t BLOCXX_NAMESPACE::String::ByteBuf::length | ( | ) | const [inline] |
| char* BLOCXX_NAMESPACE::String::ByteBuf::data | ( | ) | const [inline] |
| ByteBuf* BLOCXX_NAMESPACE::String::ByteBuf::clone | ( | ) | const [inline] |
size_t BLOCXX_NAMESPACE::String::ByteBuf::m_len [private] |
char* BLOCXX_NAMESPACE::String::ByteBuf::m_buf [private] |
Definition at line 129 of file String.cpp.
Referenced by ByteBuf(), data(), operator=(), and ~ByteBuf().
1.5.3