#include <core.h>
Public Types | |
| using | char_type = Char |
| using | format_arg = basic_format_arg< basic_format_context > |
| template<typename T > | |
| using | formatter_type = formatter< T, char_type > |
| using | iterator = OutputIt |
| using | parse_context_type = basic_format_parse_context< Char > |
Public Member Functions | |
| void | advance_to (iterator it) |
| format_arg | arg (int id) const |
| format_arg | arg (basic_string_view< char_type > name) |
| int | arg_id (basic_string_view< char_type > name) |
| const basic_format_args< basic_format_context > & | args () const |
| basic_format_context (const basic_format_context &)=delete | |
| basic_format_context (OutputIt out, basic_format_args< basic_format_context > ctx_args, detail::locale_ref loc=detail::locale_ref()) | |
| detail::error_handler | error_handler () |
| detail::locale_ref | locale () |
| void | on_error (const char *message) |
| void | operator= (const basic_format_context &)=delete |
| iterator | out () |
Private Attributes | |
| basic_format_args< basic_format_context > | args_ |
| detail::locale_ref | loc_ |
| OutputIt | out_ |
| using basic_format_context< OutputIt, Char >::char_type = Char |
| using basic_format_context< OutputIt, Char >::format_arg = basic_format_arg<basic_format_context> |
| using basic_format_context< OutputIt, Char >::formatter_type = formatter<T, char_type> |
| using basic_format_context< OutputIt, Char >::iterator = OutputIt |
| using basic_format_context< OutputIt, Char >::parse_context_type = basic_format_parse_context<Char> |
|
delete |
|
inline |
Constructs a basic_format_context object. References to the arguments are stored in the object so make sure they have appropriate lifetimes.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
|
private |
|
private |
|
private |