#include <b2b_platform.h>
|
| static const size_t | MAX_LEN = StringLength |
| |
template<short StringLength>
| void ShortStr< StringLength >::append |
( |
char |
data | ) |
|
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
| void ShortStr< StringLength >::append |
( |
const char * |
data, |
|
|
size_t |
len |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
template<short StringLength>
template<short StringLength>
template<typename StringWithLengthT >
| void ShortStr< StringLength >::assign |
( |
const StringWithLengthT & |
rhs | ) |
|
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
| void ShortStr< StringLength >::assign |
( |
const char * |
data, |
|
|
size_t |
len |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
template<short StringLength>
template<short StringLength>
template<class String2 >
| bool ShortStr< StringLength >::operator< |
( |
const String2 & |
rhs | ) |
const |
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
template<class String2 >
| bool ShortStr< StringLength >::operator== |
( |
const String2 & |
rhs | ) |
const |
| throw | ( | |
| ) | | |
|
inline |
template<short StringLength>
| char ShortStr< StringLength >::data_[StringLength+1] |
Referenced by Parser::LiteFixMessage::add(), ShortStr< OPT_MATURITY_LEN+CALLPUT_LEN+MAX_STRIKE_LEN >::append(), ShortStr< OPT_MATURITY_LEN+CALLPUT_LEN+MAX_STRIKE_LEN >::assign(), CmiOptionRefCtor::hash(), fix_algo::mapClordIdToFix(), fix_algo::mapOrigClordIdToFix(), fix_algo::mapSymbolToCmi(), fix_algo::mapSymbolToFix(), ShortStr< OPT_MATURITY_LEN+CALLPUT_LEN+MAX_STRIKE_LEN >::operator<(), CmiOptionRefCtor::operator==(), ShortStr< OPT_MATURITY_LEN+CALLPUT_LEN+MAX_STRIKE_LEN >::operator==(), CmiProductCatalog::saveToFile(), and Parser::LiteFixMessage::set().
template<short StringLength>
Referenced by Parser::LiteFixMessage::add(), ShortStr< OPT_MATURITY_LEN+CALLPUT_LEN+MAX_STRIKE_LEN >::append(), ShortStr< OPT_MATURITY_LEN+CALLPUT_LEN+MAX_STRIKE_LEN >::assign(), CmiOptionRefCtor::hash(), fix_algo::mapClordIdToFix(), fix_algo::mapOrigClordIdToFix(), fix_algo::mapSymbolToCmi(), fix_algo::mapSymbolToFix(), ShortStr< OPT_MATURITY_LEN+CALLPUT_LEN+MAX_STRIKE_LEN >::operator<(), CmiOptionRefCtor::operator==(), ShortStr< OPT_MATURITY_LEN+CALLPUT_LEN+MAX_STRIKE_LEN >::operator==(), CmiProductCatalog::saveToFile(), and Parser::LiteFixMessage::set().
template<short StringLength>
| const size_t ShortStr< StringLength >::MAX_LEN = StringLength |
|
static |