B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
ShortStrRefCtor Struct Reference

#include <b2b_platform.h>

Public Member Functions

template<typename StringWithLengthT >
void assign (const StringWithLengthT &rhs) throw ()
 
void assign (const char *data, short len) throw ()
 
bool operator< (const ShortStrRefCtor &rhs) const throw ()
 
ShortStrRefCtoroperator= (const ShortStrRefCtor &rhs) throw ()
 
bool operator== (const ShortStrRefCtor &rhs) const throw ()
 
 ShortStrRefCtor (const char *p, short len) throw ()
 
template<typename StringWithLengthT >
 ShortStrRefCtor (const StringWithLengthT &rhs) throw ()
 
 ShortStrRefCtor (const ShortStrRefCtor &rhs) throw ()
 

Public Attributes

const char * data_
 
short length_
 

Constructor & Destructor Documentation

ShortStrRefCtor::ShortStrRefCtor ( const char *  p,
short  len 
)
throw (
)
inline
template<typename StringWithLengthT >
ShortStrRefCtor::ShortStrRefCtor ( const StringWithLengthT &  rhs)
throw (
)
inline
ShortStrRefCtor::ShortStrRefCtor ( const ShortStrRefCtor rhs)
throw (
)
inline

Member Function Documentation

template<typename StringWithLengthT >
void ShortStrRefCtor::assign ( const StringWithLengthT &  rhs)
throw (
)
inline

References data_, and length_.

Referenced by operator=().

void ShortStrRefCtor::assign ( const char *  data,
short  len 
)
throw (
)
inline

References data_, and length_.

bool ShortStrRefCtor::operator< ( const ShortStrRefCtor rhs) const
throw (
)
inline

References data_, and length_.

ShortStrRefCtor& ShortStrRefCtor::operator= ( const ShortStrRefCtor rhs)
throw (
)
inline

References assign().

bool ShortStrRefCtor::operator== ( const ShortStrRefCtor rhs) const
throw (
)
inline

References data_, and length_.

Member Data Documentation

const char* ShortStrRefCtor::data_
short ShortStrRefCtor::length_