Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
specs_handler< Char > Class Template Reference

#include <format.h>

Inheritance diagram for specs_handler< Char >:
Inheritance graph
[legend]

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 > &specs, basic_format_parse_context< Char > &parse_ctx, buffer_context< Char > &ctx)
 
- Public Member Functions inherited from specs_setter< Char >
FMT_CONSTEXPR void end_precision ()
 
FMT_CONSTEXPR void on_align (align_t align)
 
FMT_CONSTEXPR void on_fill (basic_string_view< Char > fill)
 
FMT_CONSTEXPR void on_hash ()
 
FMT_CONSTEXPR void on_localized ()
 
FMT_CONSTEXPR void on_precision (int precision)
 
FMT_CONSTEXPR void on_sign (sign_t s)
 
FMT_CONSTEXPR void on_type (Char type)
 
FMT_CONSTEXPR void on_width (int width)
 
FMT_CONSTEXPR void on_zero ()
 
FMT_CONSTEXPR specs_setter (basic_format_specs< Char > &specs)
 
FMT_CONSTEXPR specs_setter (const specs_setter &other)
 

Private Types

using format_arg = basic_format_arg< buffer_context< Char > >
 

Private Member Functions

FMT_CONSTEXPR auto get_arg (auto_id) -> format_arg
 
FMT_CONSTEXPR auto get_arg (int arg_id) -> format_arg
 
FMT_CONSTEXPR auto get_arg (basic_string_view< Char > arg_id) -> format_arg
 

Private Attributes

buffer_context< Char > & context_
 
basic_format_parse_context< Char > & parse_context_
 

Additional Inherited Members

- Protected Attributes inherited from specs_setter< Char >
basic_format_specs< Char > & specs_
 

Detailed Description

template<typename Char>
class specs_handler< Char >

Definition at line 2069 of file format.h.

Member Typedef Documentation

◆ format_arg

template<typename Char >
using specs_handler< Char >::format_arg = basic_format_arg<buffer_context<Char> >
private

Definition at line 2075 of file format.h.

Constructor & Destructor Documentation

◆ specs_handler()

template<typename Char >
FMT_CONSTEXPR specs_handler< Char >::specs_handler ( basic_format_specs< Char > &  specs,
basic_format_parse_context< Char > &  parse_ctx,
buffer_context< Char > &  ctx 
)
inline

Definition at line 2092 of file format.h.

Member Function Documentation

◆ get_arg() [1/3]

template<typename Char >
FMT_CONSTEXPR auto specs_handler< Char >::get_arg ( auto_id  ) -> format_arg
inlineprivate

Definition at line 2077 of file format.h.

◆ get_arg() [2/3]

template<typename Char >
FMT_CONSTEXPR auto specs_handler< Char >::get_arg ( int  arg_id) -> format_arg
inlineprivate

Definition at line 2081 of file format.h.

◆ get_arg() [3/3]

template<typename Char >
FMT_CONSTEXPR auto specs_handler< Char >::get_arg ( basic_string_view< Char >  arg_id) -> format_arg
inlineprivate

Definition at line 2086 of file format.h.

◆ on_dynamic_precision()

template<typename Char >
template<typename Id >
FMT_CONSTEXPR void specs_handler< Char >::on_dynamic_precision ( Id  arg_id)
inline

Definition at line 2102 of file format.h.

◆ on_dynamic_width()

template<typename Char >
template<typename Id >
FMT_CONSTEXPR void specs_handler< Char >::on_dynamic_width ( Id  arg_id)
inline

Definition at line 2097 of file format.h.

◆ on_error()

template<typename Char >
void specs_handler< Char >::on_error ( const char *  message)
inline

Definition at line 2107 of file format.h.

Member Data Documentation

◆ context_

template<typename Char >
buffer_context<Char>& specs_handler< Char >::context_
private

Definition at line 2072 of file format.h.

◆ parse_context_

template<typename Char >
basic_format_parse_context<Char>& specs_handler< Char >::parse_context_
private

Definition at line 2071 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:55