Definition at line 93 of file String.cpp.
◆ ByteBuf() [1/3]
BLOCXX_NAMESPACE::String::ByteBuf::ByteBuf |
( |
const char * | s | ) |
|
|
inline |
◆ ByteBuf() [2/3]
BLOCXX_NAMESPACE::String::ByteBuf::ByteBuf |
( |
const ByteBuf & | arg | ) |
|
|
inline |
◆ ByteBuf() [3/3]
BLOCXX_NAMESPACE::String::ByteBuf::ByteBuf |
( |
AutoPtrVec< char > & | s, |
|
|
size_t | len ) |
|
inline |
◆ ~ByteBuf()
BLOCXX_NAMESPACE::String::ByteBuf::~ByteBuf |
( |
| ) |
|
|
inline |
◆ clone()
ByteBuf * BLOCXX_NAMESPACE::String::ByteBuf::clone |
( |
| ) |
const |
|
inline |
◆ data()
char * BLOCXX_NAMESPACE::String::ByteBuf::data |
( |
| ) |
const |
|
inline |
◆ length()
size_t BLOCXX_NAMESPACE::String::ByteBuf::length |
( |
| ) |
const |
|
inline |
◆ operator=()
ByteBuf & BLOCXX_NAMESPACE::String::ByteBuf::operator= |
( |
const ByteBuf & | arg | ) |
|
|
inline |
◆ m_buf
char* BLOCXX_NAMESPACE::String::ByteBuf::m_buf |
|
private |
◆ m_len
size_t BLOCXX_NAMESPACE::String::ByteBuf::m_len |
|
private |
The documentation for this class was generated from the following file: