OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
String< N, FILLER > Struct Template Reference

#include <OnixS/CboeCFE/Trading/BOE/Defines.h>

Public Member Functions

size_t size () const
 
 String ()
 
 String (const std::string &value)
 
 String (Byte value)
 
std::string toString () const
 
StrRef toStrRef () const ONIXS_BATS_BOE_NOEXCEPT
 
 operator StrRef () const ONIXS_BATS_BOE_NOEXCEPT
 
String< N > & operator= (const StrRef value)
 
bool operator== (const String< N > &other) const
 
bool operator!= (const String< N > &other) const
 

Public Attributes

Byte data [N]
 

Detailed Description

template<size_t N, Byte FILLER = 0>
struct OnixS::CboeCFE::Trading::BOE::String< N, FILLER >

Definition at line 57 of file Defines.h.

Constructor & Destructor Documentation

String ( )
inline

Definition at line 67 of file Defines.h.

String ( const std::string &  value)
inline

Definition at line 72 of file Defines.h.

String ( Byte  value)
inline

Definition at line 77 of file Defines.h.

Member Function Documentation

operator StrRef ( ) const
inline

Cast to StrRef operator.

Definition at line 95 of file Defines.h.

bool operator!= ( const String< N > &  other) const
inline

Compares with another instance.

Definition at line 115 of file Defines.h.

String<N>& operator= ( const StrRef  value)
inline

Sets value from StrRef.

Definition at line 101 of file Defines.h.

bool operator== ( const String< N > &  other) const
inline

Compares with another instance.

Definition at line 109 of file Defines.h.

size_t size ( ) const
inline

Definition at line 62 of file Defines.h.

std::string toString ( ) const
inline

Returns string representation.

Definition at line 83 of file Defines.h.

StrRef toStrRef ( ) const
inline

Constructs StrRef instance.

Definition at line 89 of file Defines.h.

Member Data Documentation

Byte data[N]

Definition at line 59 of file Defines.h.


The documentation for this struct was generated from the following file: