OnixS C++ eSpeed ITCH Market Data Handler  1.7.3
API documentation
Integral.h File Reference

Go to the source code of this file.

Classes

struct  IntegralConstant< Type, Constant >
 

Functions

ONIXS_ESPEED_ITCH_API void toStr (std::string &, Int8)
 
std::string toStr (Int8 number)
 
ONIXS_ESPEED_ITCH_API void toStr (std::string &, UInt8)
 
std::string toStr (UInt8 number)
 
ONIXS_ESPEED_ITCH_API void toStr (std::string &, Int16)
 
std::string toStr (Int16 number)
 
ONIXS_ESPEED_ITCH_API void toStr (std::string &, UInt16)
 
std::string toStr (UInt16 number)
 
ONIXS_ESPEED_ITCH_API void toStr (std::string &, Int32)
 
std::string toStr (Int32 number)
 
ONIXS_ESPEED_ITCH_API void toStr (std::string &, UInt32)
 
std::string toStr (UInt32 number)
 
ONIXS_ESPEED_ITCH_API void toStr (std::string &, Int64)
 
std::string toStr (Int64 number)
 
ONIXS_ESPEED_ITCH_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)
 

Function Documentation

ONIXS_ESPEED_ITCH_API void toStr ( std::string &  ,
Int8   
)

Serializes given integer into a string.

std::string toStr ( Int8  number)
inline

Serializes given integer into a string.

Definition at line 113 of file Integral.h.

ONIXS_ESPEED_ITCH_API void toStr ( std::string &  ,
UInt8   
)

Serializes given integer into a string.

std::string toStr ( UInt8  number)
inline

Serializes given integer into a string.

Definition at line 126 of file Integral.h.

ONIXS_ESPEED_ITCH_API void toStr ( std::string &  ,
Int16   
)

Serializes given integer into a string.

std::string toStr ( Int16  number)
inline

Serializes given integer into a string.

Definition at line 139 of file Integral.h.

ONIXS_ESPEED_ITCH_API void toStr ( std::string &  ,
UInt16   
)

Serializes given integer into a string.

std::string toStr ( UInt16  number)
inline

Serializes given integer into a string.

Definition at line 152 of file Integral.h.

ONIXS_ESPEED_ITCH_API void toStr ( std::string &  ,
Int32   
)

Serializes given integer into a string.

std::string toStr ( Int32  number)
inline

Serializes given integer into a string.

Definition at line 165 of file Integral.h.

ONIXS_ESPEED_ITCH_API void toStr ( std::string &  ,
UInt32   
)

Serializes given integer into a string.

std::string toStr ( UInt32  number)
inline

Serializes given integer into a string.

Definition at line 178 of file Integral.h.

ONIXS_ESPEED_ITCH_API void toStr ( std::string &  ,
Int64   
)

Serializes given integer into a string.

std::string toStr ( Int64  number)
inline

Serializes given integer into a string.

Definition at line 191 of file Integral.h.

ONIXS_ESPEED_ITCH_API void toStr ( std::string &  ,
UInt64   
)

Serializes given integer into a string.

std::string toStr ( UInt64  number)
inline

Serializes given integer into a string.

Definition at line 204 of file Integral.h.

void toStr ( std::string &  str,
IntegralConstant< Type, Constant >  constant 
)
inline

Serializes given constant into a string.

Definition at line 215 of file Integral.h.

std::string toStr ( IntegralConstant< Type, Constant >  constant)
inline

Serializes given constant into a string.

Definition at line 222 of file Integral.h.