Clementine
Public Types | Public Member Functions | List of all members
detail::specs_handler< ParseContext, Context > Class Template Reference
Inheritance diagram for detail::specs_handler< ParseContext, Context >:
Inheritance graph
[legend]
Collaboration diagram for detail::specs_handler< ParseContext, Context >:
Collaboration graph
[legend]

Public Types

using char_type = typename Context::char_type
 

Public Member Functions

FMT_CONSTEXPR specs_handler (basic_format_specs< char_type > &specs, ParseContext &parse_ctx, Context &ctx)
 
template<typename Id >
FMT_CONSTEXPR void on_dynamic_width (Id arg_id)
 
template<typename Id >
FMT_CONSTEXPR void on_dynamic_precision (Id arg_id)
 
void on_error (const char *message)
 
- Public Member Functions inherited from detail::specs_setter< Context::char_type >
FMT_CONSTEXPR specs_setter (basic_format_specs< Context::char_type > &specs)
 
FMT_CONSTEXPR specs_setter (const specs_setter &other)
 
FMT_CONSTEXPR void on_align (align_t align)
 
FMT_CONSTEXPR void on_fill (basic_string_view< Context::char_type > fill)
 
FMT_CONSTEXPR void on_plus ()
 
FMT_CONSTEXPR void on_minus ()
 
FMT_CONSTEXPR void on_space ()
 
FMT_CONSTEXPR void on_hash ()
 
FMT_CONSTEXPR void on_zero ()
 
FMT_CONSTEXPR void on_width (int width)
 
FMT_CONSTEXPR void on_precision (int precision)
 
FMT_CONSTEXPR void end_precision ()
 
FMT_CONSTEXPR void on_type (Context::char_type type)
 

Additional Inherited Members

- Protected Attributes inherited from detail::specs_setter< Context::char_type >
basic_format_specs< Context::char_type > & specs_
 

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