scclib
Stable Cloud Computing C++ Library
|
This is the complete list of members for scc::encode::Hex, including all inherited members.
bin_to_hex(const std::vector< char > &, std::string &, bool=true) | scc::encode::Hex | static |
bin_to_hex(const void *, size_t, std::string &, bool=true) | scc::encode::Hex | static |
bin_to_hex(const std::vector< char > &, bool=true) | scc::encode::Hex | static |
bin_to_hex(const void *, size_t, bool=true) | scc::encode::Hex | static |
bin_to_hexstr(const std::vector< char > &, const std::string &="", int limit=-1, const std::string &=" +more", bool=true) | scc::encode::Hex | static |
bin_to_hexstr(const void *, size_t, const std::string &="", int limit=-1, const std::string &=" +more", bool=true) | scc::encode::Hex | static |
hex_to_bin(const std::string &, std::vector< char > &) | scc::encode::Hex | static |