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
ShortStrCtor< StringLength > Struct Template Reference

#include <b2b_platform.h>

Public Member Functions

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 ()
 

Public Attributes

char data_ [StringLength+1]
 
short length_
 

Static Public Attributes

static const int MAX_LEN = StringLength
 

Constructor & Destructor Documentation

template<short StringLength>
ShortStrCtor< StringLength >::ShortStrCtor ( )
inline

Member Function Documentation

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>
char* ShortStrCtor< StringLength >::end ( )
throw (
)
inline
template<short StringLength>
bool ShortStrCtor< StringLength >::operator< ( const ShortStr< StringLength > &  rhs) const
throw (
)
inline
template<short StringLength>
int ShortStrCtor< StringLength >::remaining ( )
throw (
)
inline

Member Data Documentation

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