SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
basic_printf_parse_context< Char > Class Template Reference
Inheritance diagram for basic_printf_parse_context< Char >:
basic_format_parse_context< Char >

Additional Inherited Members

- Public Types inherited from basic_format_parse_context< Char >
using char_type = Char
 
using iterator = typename basic_string_view< Char >::iterator
 
- Public Member Functions inherited from basic_format_parse_context< Char >
constexpr basic_format_parse_context (basic_string_view< Char > format_str, detail::error_handler eh={}, int next_arg_id=0)
 
constexpr auto begin () const FMT_NOEXCEPT -> iterator
 Returns an iterator to the beginning of the format string range being parsed.
 
constexpr auto end () const FMT_NOEXCEPT -> iterator
 Returns an iterator past the end of the format string range being parsed.
 
FMT_CONSTEXPR void advance_to (iterator it)
 Advances the begin iterator to it. More...
 
FMT_CONSTEXPR auto next_arg_id () -> int
 Reports an error if using the manual argument indexing; otherwise returns the next argument index and switches to the automatic indexing.
 
FMT_CONSTEXPR void check_arg_id (int)
 Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing.
 
FMT_CONSTEXPR void check_arg_id (basic_string_view< Char >)
 
FMT_CONSTEXPR void on_error (const char *message)
 
constexpr auto error_handler () const -> detail::error_handler