#include <b2b_platform.h>
|
| void | append (const char *data, size_t len) throw () |
| |
| void | append (char data) throw () |
| |
| template<class StringT > |
| void | append (const StringT &str) throw () |
| |
| template<typename StringWithLengthT > |
| void | assign (const StringWithLengthT &rhs) throw () |
| |
| void | assign (const char *data, size_t len) throw () |
| |
| char * | end () throw () |
| |
| bool | operator< (const ShortStr< StringLength > &rhs) const throw () |
| |
| int | remaining () throw () |
| |
| | ShortStrCtor () |
| |
|
| static const int | MAX_LEN = StringLength |
| |
template<short StringLength>
template<short StringLength>
| void ShortStrCtor< StringLength >::append |
( |
const char * |
data, |
|
|
size_t |
len |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
| void ShortStrCtor< StringLength >::append |
( |
char |
data | ) |
|
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
template<class StringT >
| void ShortStrCtor< StringLength >::append |
( |
const StringT & |
str | ) |
|
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
template<typename StringWithLengthT >
| void ShortStrCtor< StringLength >::assign |
( |
const StringWithLengthT & |
rhs | ) |
|
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
| void ShortStrCtor< StringLength >::assign |
( |
const char * |
data, |
|
|
size_t |
len |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
template<short StringLength>
| bool ShortStrCtor< StringLength >::operator< |
( |
const ShortStr< StringLength > & |
rhs | ) |
const |
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
template<short StringLength>
template<short StringLength>
template<short StringLength>
| const int ShortStrCtor< StringLength >::MAX_LEN = StringLength |
|
static |