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

#include <format.h>

+ Inheritance diagram for specs_handler< Char >:

Public Member Functions

FMT_CONSTEXPR specs_handler (basic_format_specs< Char > &specs, basic_format_parse_context< Char > &parse_ctx, buffer_context< Char > &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 specs_setter< Char >
FMT_CONSTEXPR specs_setter (basic_format_specs< Char > &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< Char > 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 (Char type)
 

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.

Constructor & Destructor Documentation

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

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.

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.

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

Definition at line 2107 of file format.h.


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