OnixS C++ SGX Titan ITCH Market Data Handler  1.2.2
API documentation
Numeric.cpp File Reference
#include <cassert>
#include "NumberFormatting.h"
#include "TypeTraitsVerification.h"
#include "NamespaceHelper.h"

Go to the source code of this file.

Namespaces

 OnixS
 
 OnixS::SgxTitan
 
 OnixS::SgxTitan::MarketData
 
 OnixS::SgxTitan::MarketData::Itch
 

Functions

 BOOST_STATIC_ASSERT_MSG (sizeof(Int8)==1,"Size of ""Int8"" must be ""1"". ")
 
 BOOST_STATIC_ASSERT_MSG (sizeof(UInt8)==1,"Size of ""UInt8"" must be ""1"". ")
 
 BOOST_STATIC_ASSERT_MSG (sizeof(Int16)==2,"Size of ""Int16"" must be ""2"". ")
 
 BOOST_STATIC_ASSERT_MSG (sizeof(UInt16)==2,"Size of ""UInt16"" must be ""2"". ")
 
 BOOST_STATIC_ASSERT_MSG (sizeof(Int32)==4,"Size of ""Int32"" must be ""4"". ")
 
 BOOST_STATIC_ASSERT_MSG (sizeof(UInt32)==4,"Size of ""UInt32"" must be ""4"". ")
 
 BOOST_STATIC_ASSERT_MSG (sizeof(Int64)==8,"Size of ""Int64"" must be ""8"". ")
 
 BOOST_STATIC_ASSERT_MSG (sizeof(UInt64)==8,"Size of ""UInt64"" must be ""8"". ")
 
ONIXS_SGXTITAN_ITCH_API void toStr (std::string &, Int8)
 
ONIXS_SGXTITAN_ITCH_API void toStr (std::string &, UInt8)
 
ONIXS_SGXTITAN_ITCH_API void toStr (std::string &, Int16)
 
ONIXS_SGXTITAN_ITCH_API void toStr (std::string &, UInt16)
 
ONIXS_SGXTITAN_ITCH_API void toStr (std::string &, Int32)
 
ONIXS_SGXTITAN_ITCH_API void toStr (std::string &, UInt32)
 
ONIXS_SGXTITAN_ITCH_API void toStr (std::string &, Int64)
 
ONIXS_SGXTITAN_ITCH_API void toStr (std::string &, UInt64)