Go to the source code of this file.
|
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) |
◆ toStr() [1/18]
std::string toStr |
( |
Int16 | number | ) |
|
|
inline |
Serializes given integer into a string.
Definition at line 139 of file Integral.h.
◆ toStr() [2/18]
std::string toStr |
( |
Int32 | number | ) |
|
|
inline |
Serializes given integer into a string.
Definition at line 165 of file Integral.h.
◆ toStr() [3/18]
std::string toStr |
( |
Int64 | number | ) |
|
|
inline |
Serializes given integer into a string.
Definition at line 191 of file Integral.h.
◆ toStr() [4/18]
std::string toStr |
( |
Int8 | number | ) |
|
|
inline |
Serializes given integer into a string.
Definition at line 113 of file Integral.h.
◆ toStr() [5/18]
template<typename Type, Type Constant>
Serializes given constant into a string.
Definition at line 222 of file Integral.h.
◆ toStr() [6/18]
ONIXS_ESPEED_ITCH_API void toStr |
( |
std::string & | , |
|
|
Int16 | ) |
Serializes given integer into a string.
◆ toStr() [7/18]
ONIXS_ESPEED_ITCH_API void toStr |
( |
std::string & | , |
|
|
Int32 | ) |
Serializes given integer into a string.
◆ toStr() [8/18]
ONIXS_ESPEED_ITCH_API void toStr |
( |
std::string & | , |
|
|
Int64 | ) |
Serializes given integer into a string.
◆ toStr() [9/18]
ONIXS_ESPEED_ITCH_API void toStr |
( |
std::string & | , |
|
|
Int8 | ) |
Serializes given integer into a string.
◆ toStr() [10/18]
ONIXS_ESPEED_ITCH_API void toStr |
( |
std::string & | , |
|
|
UInt16 | ) |
Serializes given integer into a string.
◆ toStr() [11/18]
ONIXS_ESPEED_ITCH_API void toStr |
( |
std::string & | , |
|
|
UInt32 | ) |
Serializes given integer into a string.
◆ toStr() [12/18]
ONIXS_ESPEED_ITCH_API void toStr |
( |
std::string & | , |
|
|
UInt64 | ) |
Serializes given integer into a string.
◆ toStr() [13/18]
ONIXS_ESPEED_ITCH_API void toStr |
( |
std::string & | , |
|
|
UInt8 | ) |
Serializes given integer into a string.
◆ toStr() [14/18]
template<typename Type, Type Constant>
Serializes given constant into a string.
Definition at line 215 of file Integral.h.
◆ toStr() [15/18]
std::string toStr |
( |
UInt16 | number | ) |
|
|
inline |
Serializes given integer into a string.
Definition at line 152 of file Integral.h.
◆ toStr() [16/18]
std::string toStr |
( |
UInt32 | number | ) |
|
|
inline |
Serializes given integer into a string.
Definition at line 178 of file Integral.h.
◆ toStr() [17/18]
std::string toStr |
( |
UInt64 | number | ) |
|
|
inline |
Serializes given integer into a string.
Definition at line 204 of file Integral.h.
◆ toStr() [18/18]
std::string toStr |
( |
UInt8 | number | ) |
|
|
inline |
Serializes given integer into a string.
Definition at line 126 of file Integral.h.