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