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

#include <format.h>

Inheritance diagram for detail::specs_handler< ParseContext, Context >:
Inheritance graph
[legend]

Public Types

using char_type = typename Context::char_type
 

Public Member Functions

template<typename Id >
FMT_CONSTEXPR void on_dynamic_precision (Id arg_id)
 
template<typename Id >
FMT_CONSTEXPR void on_dynamic_width (Id arg_id)
 
void on_error (const char *message)
 
FMT_CONSTEXPR specs_handler (basic_format_specs< char_type > &specs, ParseContext &parse_ctx, Context &ctx)
 
- Public Member Functions inherited from detail::specs_setter< Context::char_type >
FMT_CONSTEXPR void end_precision ()
 
FMT_CONSTEXPR void on_align (align_t align)
 
FMT_CONSTEXPR void on_fill (basic_string_view< Context::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 (Context::char_typetype)
 
FMT_CONSTEXPR void on_width (int width)
 
FMT_CONSTEXPR void on_zero ()
 
FMT_CONSTEXPR specs_setter (basic_format_specs< Context::char_type > &specs)
 
FMT_CONSTEXPR specs_setter (const specs_setter &other)
 

Private Types

using format_arg = typename Context::format_arg
 

Private Member Functions

FMT_CONSTEXPR format_arg get_arg (auto_id)
 
FMT_CONSTEXPR format_arg get_arg (int arg_id)
 
FMT_CONSTEXPR format_arg get_arg (basic_string_view< char_type > arg_id)
 

Private Attributes

Context & context_
 
ParseContext & parse_context_
 

Additional Inherited Members

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

Detailed Description

template<typename ParseContext, typename Context>
class detail::specs_handler< ParseContext, Context >

Definition at line 2526 of file format.h.

Member Typedef Documentation

template<typename ParseContext , typename Context >
using detail::specs_handler< ParseContext, Context >::char_type = typename Context::char_type

Definition at line 2528 of file format.h.

template<typename ParseContext , typename Context >
using detail::specs_handler< ParseContext, Context >::format_arg = typename Context::format_arg
private

Definition at line 2550 of file format.h.

Constructor & Destructor Documentation

template<typename ParseContext , typename Context >
FMT_CONSTEXPR detail::specs_handler< ParseContext, Context >::specs_handler ( basic_format_specs< char_type > &  specs,
ParseContext &  parse_ctx,
Context &  ctx 
)
inline

Definition at line 2530 of file format.h.

Member Function Documentation

template<typename ParseContext , typename Context >
FMT_CONSTEXPR format_arg detail::specs_handler< ParseContext, Context >::get_arg ( auto_id  )
inlineprivate

Definition at line 2552 of file format.h.

template<typename ParseContext , typename Context >
FMT_CONSTEXPR format_arg detail::specs_handler< ParseContext, Context >::get_arg ( int  arg_id)
inlineprivate

Definition at line 2556 of file format.h.

template<typename ParseContext , typename Context >
FMT_CONSTEXPR format_arg detail::specs_handler< ParseContext, Context >::get_arg ( basic_string_view< char_type arg_id)
inlineprivate

Definition at line 2561 of file format.h.

template<typename ParseContext , typename Context >
template<typename Id >
FMT_CONSTEXPR void detail::specs_handler< ParseContext, Context >::on_dynamic_precision ( Id  arg_id)
inline

Definition at line 2541 of file format.h.

template<typename ParseContext , typename Context >
template<typename Id >
FMT_CONSTEXPR void detail::specs_handler< ParseContext, Context >::on_dynamic_width ( Id  arg_id)
inline

Definition at line 2536 of file format.h.

template<typename ParseContext , typename Context >
void detail::specs_handler< ParseContext, Context >::on_error ( const char *  message)
inline

Definition at line 2546 of file format.h.

Member Data Documentation

template<typename ParseContext , typename Context >
Context& detail::specs_handler< ParseContext, Context >::context_
private

Definition at line 2567 of file format.h.

template<typename ParseContext , typename Context >
ParseContext& detail::specs_handler< ParseContext, Context >::parse_context_
private

Definition at line 2566 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