|
pdfmm
0.9.20
|
#include <core.h>
Inherits ErrorHandler.
Inherited by compile_parse_context< Char, ErrorHandler >.
Public Member Functions | |
| constexpr auto | begin () const FMT_NOEXCEPT -> iterator |
| constexpr auto | end () const FMT_NOEXCEPT -> iterator |
| FMT_CONSTEXPR void | advance_to (iterator it) |
| FMT_CONSTEXPR auto | next_arg_id () -> int |
| FMT_CONSTEXPR void | check_arg_id (int) |
Parsing context consisting of a format string range being parsed and an argument counter for automatic indexing. You can use the format_parse_context type alias for char instead.
|
inline |
Advances the begin iterator to it.
|
inline |
Returns an iterator to the beginning of the format string range being parsed.
|
inline |
Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing.
|
inline |
Returns an iterator past the end of the format string range being parsed.
|
inline |
Reports an error if using the manual argument indexing; otherwise returns the next argument index and switches to the automatic indexing.
1.8.14