kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
|
#include "kch_config.h"
#include <pqxx/binarystring>
Go to the source code of this file.
Namespaces | |
namespace | util |
Functions | |
pqxx::binarystring | util::to_binstr (const std::vector< std::uint8_t > &barr) |
Convert a byte array to a binary string. More... | |
std::vector< std::uint8_t > | util::to_bytea (const pqxx::binarystring &bstr) |
Convert a binary string to a byte array. More... | |