OpenVPN 3 Core Library
|
#include <openvpn/common/hexstr.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/buffer/buffer.hpp>
Go to the source code of this file.
Namespaces | |
namespace | openvpn |
Support deferred server-side state creation when client connects. | |
namespace | openvpn::BufHex |
Functions | |
openvpn::BufHex::OPENVPN_EXCEPTION (buf_hex) | |
template<typename T > | |
std::string | openvpn::BufHex::render (const T obj) |
template<typename T > | |
T | openvpn::BufHex::parse (const std::string &hex, const std::string &title) |