HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dynamic_specs_handler< ParseContext > Class Template Reference

#include <core.h>

+ Inheritance diagram for dynamic_specs_handler< ParseContext >:

Public Types

using char_type = typename ParseContext::char_type
 

Public Member Functions

FMT_CONSTEXPR dynamic_specs_handler (dynamic_format_specs< char_type > &specs, ParseContext &ctx)
 
FMT_CONSTEXPR dynamic_specs_handler (const dynamic_specs_handler &other)
 
template<typename Id >
FMT_CONSTEXPR void on_dynamic_width (Id arg_id)
 
template<typename Id >
FMT_CONSTEXPR void on_dynamic_precision (Id arg_id)
 
FMT_CONSTEXPR void on_error (const char *message)
 
- Public Member Functions inherited from specs_setter< ParseContext::char_type >
FMT_CONSTEXPR specs_setter (basic_format_specs< ParseContext::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< ParseContext::char_type > fill)
 
FMT_CONSTEXPR void on_sign (sign_t s)
 
FMT_CONSTEXPR void on_hash ()
 
FMT_CONSTEXPR void on_localized ()
 
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 (ParseContext::char_typetype)
 

Additional Inherited Members

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

Detailed Description

template<typename ParseContext>
class dynamic_specs_handler< ParseContext >

Definition at line 2009 of file core.h.

Member Typedef Documentation

template<typename ParseContext >
using dynamic_specs_handler< ParseContext >::char_type = typename ParseContext::char_type

Definition at line 2012 of file core.h.

Constructor & Destructor Documentation

template<typename ParseContext >
FMT_CONSTEXPR dynamic_specs_handler< ParseContext >::dynamic_specs_handler ( dynamic_format_specs< char_type > &  specs,
ParseContext &  ctx 
)
inline

Definition at line 2014 of file core.h.

template<typename ParseContext >
FMT_CONSTEXPR dynamic_specs_handler< ParseContext >::dynamic_specs_handler ( const dynamic_specs_handler< ParseContext > &  other)
inline

Definition at line 2018 of file core.h.

Member Function Documentation

template<typename ParseContext >
template<typename Id >
FMT_CONSTEXPR void dynamic_specs_handler< ParseContext >::on_dynamic_precision ( Id  arg_id)
inline

Definition at line 2027 of file core.h.

template<typename ParseContext >
template<typename Id >
FMT_CONSTEXPR void dynamic_specs_handler< ParseContext >::on_dynamic_width ( Id  arg_id)
inline

Definition at line 2023 of file core.h.

template<typename ParseContext >
FMT_CONSTEXPR void dynamic_specs_handler< ParseContext >::on_error ( const char *  message)
inline

Definition at line 2031 of file core.h.


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