Kea  1.9.9-git
hex.h File Reference
#include <stdint.h>
#include <string>
#include <vector>
+ Include dependency graph for hex.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::util
 
 isc::util::encode
 

Functions

void isc::util::encode::decodeHex (const std::string &input, std::vector< uint8_t > &result)
 Decode a text encoded in the base16 ('hex') format into the original data. More...
 
string isc::util::encode::encodeHex (const std::vector< uint8_t > &binary)
 Encode binary data in the base16 ('hex') format. More...
 
std::string isc::util::encode::toHex (std::string value)
 Encode in hexadecimal inline. More...