![]() |
SSP21-CPP
|
Static Public Member Functions | |
static char | to_hex_char (char c) |
static std::string | byte_to_hex (uint8_t b) |
static std::string | to_hex (const uint8_t *buffer, size_t length, bool spaced=false) |
static std::string | to_hex (const rseq_t &buffer, bool spaced=true) |
static std::string | append_hex (std::initializer_list< std::string > segments) |
static std::string | repeat_hex (uint8_t byte, uint16_t count, bool spaced=true) |
static std::string | increment_hex (uint8_t start, uint16_t count, bool spaced=true) |
static std::unique_ptr< Buffer > | from_hex (const std::string &hex) |
Definition at line 38 of file HexConversions.h.