OpenVPN 3 Core Library
|
#include <buffmt.hpp>
Static Public Member Functions | |
static void | write (Buffer &buf, T value) |
static constexpr size_t | max_length () |
Private Member Functions | |
Hex (T &&value) | |
char | next () |
bool | is_zero () const |
Private Attributes | |
T | value_ |
Definition at line 72 of file buffmt.hpp.
|
inlineprivate |
Definition at line 97 of file buffmt.hpp.
|
inlineprivate |
|
inlinestaticconstexpr |
|
inlineprivate |
|
inlinestatic |
|
private |
Definition at line 116 of file buffmt.hpp.