|
spdlog
|
#include <printf.h>
Public Types | |
| using | char_type = Char |
| using | format_arg = basic_format_arg< basic_printf_context > |
| using | parse_context_type = basic_printf_parse_context< Char > |
| template<typename T > | |
| using | formatter_type = printf_formatter< T > |
Public Member Functions | |
| basic_printf_context (OutputIt out, basic_format_args< basic_printf_context > args) | |
| OutputIt | out () |
| void | advance_to (OutputIt it) |
| detail::locale_ref | locale () |
| format_arg | arg (int id) const |
| FMT_CONSTEXPR void | on_error (const char *message) |
Private Attributes | |
| OutputIt | out_ |
| basic_format_args< basic_printf_context > | args_ |
| using basic_printf_context< OutputIt, Char >::char_type = Char |
| using basic_printf_context< OutputIt, Char >::format_arg = basic_format_arg<basic_printf_context> |
| using basic_printf_context< OutputIt, Char >::formatter_type = printf_formatter<T> |
| using basic_printf_context< OutputIt, Char >::parse_context_type = basic_printf_parse_context<Char> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |