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 | |
UnsignedDecimal (T &&value) | |
char | next () |
bool | is_zero () const |
Private Attributes | |
T | value_ |
Definition at line 24 of file buffmt.hpp.
|
inlineprivate |
Definition at line 49 of file buffmt.hpp.
|
inlineprivate |
|
inlinestaticconstexpr |
|
inlineprivate |
|
inlinestatic |
Definition at line 27 of file buffmt.hpp.
|
private |
Definition at line 68 of file buffmt.hpp.