Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
detail::dynamic_specs_handler< ParseContext > Class Template Reference

#include <format.h>

Inheritance diagram for detail::dynamic_specs_handler< ParseContext >:
Inheritance graph
[legend]

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_precision (Id arg_id)
 
template<typename Id >
FMT_CONSTEXPR void on_dynamic_width (Id arg_id)
 
FMT_CONSTEXPR void on_error (const char *message)
 
- Public Member Functions inherited from detail::specs_setter< ParseContext::char_type >
FMT_CONSTEXPR void end_precision ()
 
FMT_CONSTEXPR void on_align (align_t align)
 
FMT_CONSTEXPR void on_fill (basic_string_view< ParseContext::char_type > fill)
 
FMT_CONSTEXPR void on_hash ()
 
FMT_CONSTEXPR void on_minus ()
 
FMT_CONSTEXPR void on_plus ()
 
FMT_CONSTEXPR void on_precision (int precision)
 
FMT_CONSTEXPR void on_space ()
 
FMT_CONSTEXPR void on_type (ParseContext::char_typetype)
 
FMT_CONSTEXPR void on_width (int width)
 
FMT_CONSTEXPR void on_zero ()
 
FMT_CONSTEXPR specs_setter (basic_format_specs< ParseContext::char_type > &specs)
 
FMT_CONSTEXPR specs_setter (const specs_setter &other)
 

Private Types

using arg_ref_type = arg_ref< char_type >
 

Private Member Functions

FMT_CONSTEXPR arg_ref_type make_arg_ref (int arg_id)
 
FMT_CONSTEXPR arg_ref_type make_arg_ref (auto_id)
 
FMT_CONSTEXPR arg_ref_type make_arg_ref (basic_string_view< char_type > arg_id)
 

Private Attributes

ParseContext & context_
 
dynamic_format_specs< char_type > & specs_
 

Additional Inherited Members

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

Detailed Description

template<typename ParseContext>
class detail::dynamic_specs_handler< ParseContext >

Definition at line 2609 of file format.h.

Member Typedef Documentation

template<typename ParseContext>
using detail::dynamic_specs_handler< ParseContext >::arg_ref_type = arg_ref<char_type>
private

Definition at line 2636 of file format.h.

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

Definition at line 2612 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 2614 of file format.h.

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

Definition at line 2618 of file format.h.

Member Function Documentation

template<typename ParseContext>
FMT_CONSTEXPR arg_ref_type detail::dynamic_specs_handler< ParseContext >::make_arg_ref ( int  arg_id)
inlineprivate

Definition at line 2638 of file format.h.

template<typename ParseContext>
FMT_CONSTEXPR arg_ref_type detail::dynamic_specs_handler< ParseContext >::make_arg_ref ( auto_id  )
inlineprivate

Definition at line 2643 of file format.h.

template<typename ParseContext>
FMT_CONSTEXPR arg_ref_type detail::dynamic_specs_handler< ParseContext >::make_arg_ref ( basic_string_view< char_type arg_id)
inlineprivate

Definition at line 2647 of file format.h.

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

Definition at line 2627 of file format.h.

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

Definition at line 2623 of file format.h.

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

Definition at line 2631 of file format.h.

Member Data Documentation

template<typename ParseContext>
ParseContext& detail::dynamic_specs_handler< ParseContext >::context_
private

Definition at line 2655 of file format.h.

template<typename ParseContext>
dynamic_format_specs<char_type>& detail::dynamic_specs_handler< ParseContext >::specs_
private

Definition at line 2654 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51