Thrill  0.1
bitdump.cpp File Reference
+ Include dependency graph for bitdump.cpp:

Go to the source code of this file.

Namespaces

 tlx
 

Functions

Bitdump Methods
std::string bitdump_le8 (const void *const data, size_t size)
 Dump a (binary) string as a sequence of 8-bit little-endian bytes. More...
 
std::string bitdump_le8 (const std::string &str)
 Dump a (binary) string as a sequence of 8-bit little-endian bytes. More...
 
std::string bitdump_be8 (const void *const data, size_t size)
 Dump a (binary) string as a sequence of 8-bit big-endian bytes. More...
 
std::string bitdump_be8 (const std::string &str)
 Dump a (binary) string as a sequence of 8-bit big-endian bytes. More...