23 #include <util/HexEncoding.h> 55 void toStr(std::string& str, Int8 value)
60 void toStr(std::string& str, UInt8 value)
65 void toStr(std::string& str, Int16 value)
70 void toStr(std::string& str, UInt16 value)
75 void toStr(std::string& str, Int32 value)
80 void toStr(std::string& str, UInt32 value)
85 void toStr(std::string& str, Int64 value)
90 void toStr(std::string& str, UInt64 value)
99 str += OnixS::Util::HexEncoding::encode(reinterpret_cast<const char*>(&value.
value[0]),
sizeof(value.
value));
#define ONIXS_SGXTITAN_OUCH_ENSURE_TYPE_SIZE(Type, Size)
#define ONIXS_SGXTITAN_OUCH_NAMESPACE_END
ONIXS_SGXTITAN_OUCH_API void toStr(std::string &, OutboundMessageTypes::Enum)
Appends string presentation of object.
boost::enable_if< boost::is_integral< Integer > >::type integerToStr(std::string &str, Integer integer)