11 #ifndef TLX_STRING_BITDUMP_HEADER 12 #define TLX_STRING_BITDUMP_HEADER 50 template <
typename Type>
80 template <
typename Type>
90 #endif // !TLX_STRING_BITDUMP_HEADER std::string bitdump_le8_type(const Type &t)
Dump a (binary) item as a sequence of 8-bit little-endian bytes.
std::string bitdump_le8(const void *const data, size_t size)
Dump a (binary) string as a sequence of 8-bit little-endian bytes.
std::string bitdump_be8_type(const Type &t)
Dump a (binary) item as a sequence of 8-bit big-endian bytes.
std::basic_string< char, std::char_traits< char >, Allocator< char > > string
string with Manager tracking
std::string bitdump_be8(const void *const data, size_t size)
Dump a (binary) string as a sequence of 8-bit big-endian bytes.