B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ShortStr< StringLength > Struct Template Reference

#include <b2b_platform.h>

Public Member Functions

void append (char data) throw ()
 
void append (const char *data, size_t len) throw ()
 
void append (const Engine::AsciiString &s)
 
void append (const Engine::FIXFieldValue &s)
 
template<typename StringWithLengthT >
void assign (const StringWithLengthT &rhs) throw ()
 
void assign (const char *data, size_t len) throw ()
 
void assign (const Engine::AsciiString &s)
 
void assign (const Engine::FIXFieldValue &s)
 
template<class String2 >
bool operator< (const String2 &rhs) const throw ()
 
template<class String2 >
bool operator== (const String2 &rhs) const throw ()
 

Public Attributes

char data_ [StringLength+1]
 
short length_
 

Static Public Attributes

static const size_t MAX_LEN = StringLength
 

Member Function Documentation

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>
void ShortStr< StringLength >::append ( const Engine::AsciiString s)
inline
template<short StringLength>
void ShortStr< StringLength >::append ( const Engine::FIXFieldValue s)
inline
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>
void ShortStr< StringLength >::assign ( const Engine::AsciiString s)
inline
template<short StringLength>
void ShortStr< StringLength >::assign ( const Engine::FIXFieldValue s)
inline
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

Member Data Documentation

template<short StringLength>
char ShortStr< StringLength >::data_[StringLength+1]
template<short StringLength>
short ShortStr< StringLength >::length_
template<short StringLength>
const size_t ShortStr< StringLength >::MAX_LEN = StringLength
static