#include <core.h>
Public Types | |
typedef Char | char_type |
typedef basic_string_view< Char >::iterator | iterator |
Public Member Functions | |
FMT_CONSTEXPR | basic_parse_context (basic_string_view< Char > format_str, ErrorHandler eh=ErrorHandler()) |
FMT_CONSTEXPR iterator | begin () const FMT_NOEXCEPT |
FMT_CONSTEXPR iterator | end () const FMT_NOEXCEPT |
FMT_CONSTEXPR void | advance_to (iterator it) |
FMT_CONSTEXPR unsigned | next_arg_id () |
FMT_CONSTEXPR bool | check_arg_id (unsigned) |
void | check_arg_id (basic_string_view< Char >) |
FMT_CONSTEXPR void | on_error (const char *message) |
FMT_CONSTEXPR ErrorHandler | error_handler () const |
Private Attributes | |
basic_string_view< Char > | format_str_ |
int | next_arg_id_ |
Additional Inherited Members | |
Private Member Functions inherited from ErrorHandler | |
virtual | ~ErrorHandler () |
bool | warning (const QXmlParseException &) |
bool | error (const QXmlParseException &) |
bool | fatalError (const QXmlParseException &exception) |
QString | errorString () |
Private Member Functions inherited from QXmlErrorHandler | |
virtual | ~QXmlErrorHandler () |
typedef Char basic_parse_context< Char, ErrorHandler >::char_type |
typedef basic_string_view<Char>::iterator basic_parse_context< Char, ErrorHandler >::iterator |
|
inlineexplicit |
Definition at line 887 of file core.h.
|
inline |
Definition at line 901 of file core.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
FMT_CONSTEXPR unsigned basic_parse_context< Char, ErrorHandler >::next_arg_id | ( | ) |
Definition at line 1118 of file format.h.
|
inline |
|
private |
|
private |