|
static std::string | binaryToHexString (const char *binaryBuffer, unsigned int numberOfBytes, const std::string &resultPreamble="", const std::string &resultDelimiter="") |
|
static std::string | binaryTo8ByteHexString (const std::string &binaryBuffer, const std::string &resultPreamble="0x", const std::string &resultDelimiter=" ") |
|
template<class T > |
static void | insertValueInBinaryString (std::string &binaryBuffer, T value, unsigned int byteIndex=0, unsigned int bitIndex=0) |
|
static void | insertValueInBinaryString (std::string &binaryBuffer, const std::string &value, unsigned int byteIndex=0, unsigned int bitIndex=0) |
|
Definition at line 13 of file BinaryStringMacros.h.
The documentation for this struct was generated from the following files: