#include <printf.h>
Public Member Functions | |
void | operator() (basic_string_view< Char > value) |
void | operator() (const char *value) |
void | operator() (const void *value) |
void | operator() (const wchar_t *value) |
void | operator() (monostate value) |
template<typename T , FMT_ENABLE_IF(detail::is_integral< T >::value) > | |
void | operator() (T value) |
template<typename T , FMT_ENABLE_IF(std::is_floating_point< T >::value) > | |
void | operator() (T value) |
void | operator() (typename basic_format_arg< context_type >::handle handle) |
printf_arg_formatter (buffer_appender< Char > iter, format_specs< Char > &s, context_type &ctx) | |
Public Member Functions inherited from detail::arg_formatter< Char > | |
template<typename T > | |
FMT_CONSTEXPR FMT_INLINE auto | operator() (T value) -> iterator |
auto | operator() (typename basic_format_arg< context >::handle) -> iterator |
Private Types | |
using | base = arg_formatter< Char > |
using | context_type = basic_printf_context< Char > |
Private Member Functions | |
void | write_null_pointer (bool is_string=false) |
Private Attributes | |
context_type & | context_ |
Additional Inherited Members | |
Public Types inherited from detail::arg_formatter< Char > | |
using | context = buffer_context< Char > |
using | iterator = buffer_appender< Char > |
Public Attributes inherited from detail::arg_formatter< Char > | |
locale_ref | locale |
iterator | out |
const format_specs< Char > & | specs |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
private |