#include <OnixS/CboeCFE/Trading/BOE/ABI.h>
#include <OnixS/CboeCFE/Trading/BOE/Memory.h>
#include <OnixS/CboeCFE/Trading/BOE/Decimal.h>
#include <OnixS/CboeCFE/Trading/BOE/String.h>
#include <OnixS/CboeCFE/Trading/BOE/Integral.h>
#include <string>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | StringTraits |
struct | String< N, FILLER > |
struct | Alpha< N > |
struct | Alphanumeric< N > |
struct | Text< N > |
struct | Unit |
struct | NotImplementedException |
struct | SeqNumberTraits |
Namespaces | |
OnixS | |
OnixS::CboeCFE | |
OnixS::CboeCFE::Trading | |
OnixS::CboeCFE::Trading::BOE | |
Typedefs | |
typedef unsigned short | Port |
typedef UInt8 | Binary1 |
typedef UInt16 | Binary2 |
typedef UInt32 | Binary4 |
typedef UInt64 | Binary8 |
typedef Int32 | SignedBinary4 |
typedef FixedPointDecimal< Int64, IntegralConstant< Int8,-4 > > | BinaryPrice |
typedef UInt64 | DateTime |
typedef UInt32 | Date |
typedef Binary4 | SeqNumber |
Functions | |
template<size_t N> | |
bool | operator== (const String< N > &ref, const std::string &str) |
template<size_t N> | |
bool | operator!= (const String< N > &ref, const std::string &str) |
template<size_t N> | |
bool | operator== (const String< N > &ref, Byte ch) |
template<size_t N> | |
bool | operator!= (const String< N > &ref, Byte ch) |
template<size_t N> | |
std::ostream & | operator<< (std::ostream &stream, const String< N > &value) |
template<size_t N> | |
void | toStr (std::string &str, const String< N > &value) |
template<size_t N> | |
std::string | toStr (const String< N > &value) |