OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
Integral.h File Reference
#include <string>
#include <OnixS/CME/MDH/String.h>

Go to the source code of this file.

Classes

struct  IntegralConstant< Type, Constant >
 

Namespaces

 OnixS
 
 OnixS::CME
 
 OnixS::CME::MDH
 

Functions

void toStr (std::string &, Int8)
 
std::string toStr (Int8 number)
 
void toStr (std::string &, UInt8)
 
std::string toStr (UInt8 number)
 
void toStr (std::string &, Int16)
 
std::string toStr (Int16 number)
 
void toStr (std::string &, UInt16)
 
std::string toStr (UInt16 number)
 
void toStr (std::string &, Int32)
 
std::string toStr (Int32 number)
 
void toStr (std::string &, UInt32)
 
std::string toStr (UInt32 number)
 
void toStr (std::string &, Int64)
 
std::string toStr (Int64 number)
 
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)
 
bool fromStr (Int8 &, const Char *, size_t)
 
bool fromStr (UInt8 &, const Char *, size_t)
 
bool fromStr (Int16 &, const Char *, size_t)
 
bool fromStr (UInt16 &, const Char *, size_t)
 
bool fromStr (Int32 &, const Char *, size_t)
 
bool fromStr (UInt32 &, const Char *, size_t)
 
bool fromStr (Int64 &, const Char *, size_t)
 
bool fromStr (UInt64 &, const Char *, size_t)