quill
Public Member Functions | List of all members
detail::compile_parse_context< Char > Class Template Reference
Inheritance diagram for detail::compile_parse_context< Char >:
Inheritance graph
[legend]
Collaboration diagram for detail::compile_parse_context< Char >:
Collaboration graph
[legend]

Public Member Functions

FMTQUILL_CONSTEXPR compile_parse_context (basic_string_view< Char > fmt, int num_args, const type *types, int next_arg_id=0)
 
constexpr auto num_args () const -> int
 
constexpr auto arg_type (int id) const -> type
 
FMTQUILL_CONSTEXPR auto next_arg_id () -> int
 
FMTQUILL_CONSTEXPR void check_arg_id (int id)
 
FMTQUILL_CONSTEXPR void check_dynamic_spec (int arg_id)
 
- Public Member Functions inherited from parse_context< Char >
constexpr parse_context (basic_string_view< Char > fmt, int next_arg_id=0)
 
constexpr auto begin () const noexcept -> iterator
 Returns an iterator to the beginning of the format string range being parsed. More...
 
constexpr auto end () const noexcept -> iterator
 Returns an iterator past the end of the format string range being parsed.
 
FMTQUILL_CONSTEXPR void advance_to (iterator it)
 Advances the begin iterator to it.
 
FMTQUILL_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. More...
 
FMTQUILL_CONSTEXPR void check_arg_id (int id)
 Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing. More...
 
FMTQUILL_CONSTEXPR void check_arg_id (basic_string_view< Char >)
 
FMTQUILL_CONSTEXPR void check_dynamic_spec (int arg_id)
 

Additional Inherited Members

- Public Types inherited from parse_context< Char >
using char_type = Char
 
using iterator = const Char *
 

The documentation for this class was generated from the following file: