OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
Integral.h File Reference
#include <string>
#include <OnixS/CboeCFE/Trading/BOE/ABI.h>

Go to the source code of this file.

Classes

struct  IntegralConstant< Type, Constant >
 

Namespaces

 OnixS
 
 OnixS::CboeCFE
 
 OnixS::CboeCFE::Trading
 
 OnixS::CboeCFE::Trading::BOE
 

Functions

ONIXS_CBOE_CFE_BOE_API void toStr (std::string &, Int8)
 
std::string toStr (Int8 number)
 
ONIXS_CBOE_CFE_BOE_API void toStr (std::string &, UInt8)
 
std::string toStr (UInt8 number)
 
ONIXS_CBOE_CFE_BOE_API void toStr (std::string &, Int16)
 
std::string toStr (Int16 number)
 
ONIXS_CBOE_CFE_BOE_API void toStr (std::string &, UInt16)
 
std::string toStr (UInt16 number)
 
ONIXS_CBOE_CFE_BOE_API void toStr (std::string &, Int32)
 
std::string toStr (Int32 number)
 
ONIXS_CBOE_CFE_BOE_API void toStr (std::string &, UInt32)
 
std::string toStr (UInt32 number)
 
ONIXS_CBOE_CFE_BOE_API void toStr (std::string &, Int64)
 
std::string toStr (Int64 number)
 
ONIXS_CBOE_CFE_BOE_API void toStr (std::string &, UInt64)
 
std::string toStr (UInt64 number)
 
template<typename Type , Type Constant>
void toStr (std::string &str, IntegralConstant< Type, Constant > constant)
 
template<typename Type , Type Constant>
std::string toStr (IntegralConstant< Type, Constant > constant)