#include <core.h>
Public Types | |
typedef OutputIt | iterator |
Public Member Functions | |
basic_parse_context< char_type > & | parse_context () |
basic_format_args< Context > | args () const |
basic_format_arg< Context > | arg (unsigned id) const |
internal::error_handler | error_handler () |
void | on_error (const char *message) |
iterator | out () |
iterator | begin () |
void | advance_to (iterator it) |
locale_ref | locale () |
Protected Types | |
typedef Char | char_type |
typedef basic_format_arg< Context > | format_arg |
Protected Member Functions | |
context_base (OutputIt out, basic_string_view< char_type > format_str, basic_format_args< Context > ctx_args, locale_ref loc=locale_ref()) | |
format_arg | do_get_arg (unsigned arg_id) |
format_arg | get_arg (unsigned arg_id) |
Private Attributes | |
basic_parse_context< Char > | parse_context_ |
iterator | out_ |
basic_format_args< Context > | args_ |
locale_ref | loc_ |
|
protected |
|
protected |
typedef OutputIt internal::context_base< OutputIt, Context, Char >::iterator |
|
inlineprotected |
Definition at line 1002 of file core.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
Definition at line 1008 of file core.h.
|
inline |
Definition at line 1027 of file core.h.
|
inlineprotected |
Definition at line 1017 of file core.h.
|
inline |
|
inline |
Definition at line 1031 of file core.h.
|
inline |
|
inline |
Definition at line 1023 of file core.h.
|
private |
|
private |
|
private |
|
private |