OpenVPN 3 Core Library
|
#include <format.hpp>
Public Member Functions | |
PrintFormatted (const std::string &fmt_arg, const size_t reserve) | |
void | process () |
template<typename T > | |
void | process (const T &last) |
template<typename T , typename... Args> | |
void | process (const T &first, Args... args) |
std::string | str () |
Private Member Functions | |
PrintFormatted (const PrintFormatted &)=delete | |
PrintFormatted & | operator= (const PrintFormatted &)=delete |
template<typename T > | |
bool | process_arg (const T &arg) |
void | process_finish () |
Static Private Member Functions | |
static int | quote_delim (const char fmt) |
Private Attributes | |
const std::string & | fmt |
std::string::const_iterator | fi |
print_formatted_detail::Output< OUTPUT > | out |
bool | pct |
Definition at line 213 of file format.hpp.
|
inline |
Definition at line 216 of file format.hpp.
|
privatedelete |
|
privatedelete |
|
inline |
|
inline |
Definition at line 237 of file format.hpp.
|
inline |
Definition at line 230 of file format.hpp.
|
inlineprivate |
|
inlineprivate |
|
inlinestaticprivate |
|
inline |
|
private |
Definition at line 308 of file format.hpp.
|
private |
Definition at line 307 of file format.hpp.
|
private |
Definition at line 309 of file format.hpp.
|
private |
Definition at line 310 of file format.hpp.