11 #ifndef TLX_STRING_HEXDUMP_HEADER 12 #define TLX_STRING_HEXDUMP_HEADER 51 template <
typename Type>
109 template <
typename Type>
148 #endif // !TLX_STRING_HEXDUMP_HEADER std::string hexdump_lc_type(const Type &t)
Dump a (binary) item as a sequence of lowercase hexadecimal pairs.
std::string hexdump_lc(const void *const data, size_t size)
Dump a (binary) string as a sequence of lowercase hexadecimal pairs.
std::string parse_hexdump(const std::string &str)
Read a string as a sequence of hexadecimal pairs.
std::string hexdump_sourcecode(const std::string &str, const std::string &var_name)
Dump a (binary) string into a C source code snippet.
std::basic_string< char, std::char_traits< char >, Allocator< char > > string
string with Manager tracking
std::string hexdump_type(const Type &t)
Dump a (binary) item as a sequence of uppercase hexadecimal pairs.
std::string hexdump(const void *const data, size_t size)
Dump a (binary) string as a sequence of uppercase hexadecimal pairs.