#include <b2b_platform.h>
|
| template<typename StringWithLengthT > |
| void | assign (const StringWithLengthT &rhs) |
| |
| void | assign (const DynShortStr< StringLength > &rhs) |
| |
| void | assign (const char *data_rhs, size_t len) |
| |
| void | clear () throw () |
| |
| void | ctor () throw () |
| |
| char * | data () throw () |
| |
| void | dtor () |
| |
| bool | empty () throw () |
| |
| int | length () throw () |
| |
| int | size () throw () |
| |
template<short StringLength>
template<typename StringWithLengthT >
| void DynShortStr< StringLength >::assign |
( |
const StringWithLengthT & |
rhs | ) |
|
|
inline |
template<short StringLength>
template<short StringLength>
| void DynShortStr< StringLength >::assign |
( |
const char * |
data_rhs, |
|
|
size_t |
len |
|
) |
| |
|
inline |
template<short StringLength>
template<short StringLength>
template<short StringLength>
template<short StringLength>
template<short StringLength>
template<short StringLength>
template<short StringLength>
template<short StringLength>
template<short StringLength>
| char DynShortStr< StringLength >::data_[StringLength+1] |
template<short StringLength>
template<short StringLength>
template<short StringLength>
template<short StringLength>
| const int DynShortStr< StringLength >::MAX_DYN_LEN = 0x7ffe |
|
static |
template<short StringLength>
| const int DynShortStr< StringLength >::MAX_LEN = StringLength |
|
static |