Public Member Functions | List of all members
dynamic_formatter< Char >::null_handler Struct Reference
Inheritance diagram for dynamic_formatter< Char >::null_handler:
internal::error_handler

Public Member Functions

void on_align (alignment)
 
void on_plus ()
 
void on_minus ()
 
void on_space ()
 
void on_hash ()
 
- Public Member Functions inherited from internal::error_handler
FMT_CONSTEXPR error_handler ()
 
FMT_CONSTEXPR error_handler (const error_handler &)
 
FMT_API void on_error (const char *message)
 

Detailed Description

template<typename Char = char>
struct dynamic_formatter< Char >::null_handler

Definition at line 3006 of file format.h.

Member Function Documentation

template<typename Char = char>
void dynamic_formatter< Char >::null_handler::on_align ( alignment  )
inline

Definition at line 3007 of file format.h.

3007 {}
template<typename Char = char>
void dynamic_formatter< Char >::null_handler::on_hash ( )
inline

Definition at line 3011 of file format.h.

3011 {}
template<typename Char = char>
void dynamic_formatter< Char >::null_handler::on_minus ( )
inline

Definition at line 3009 of file format.h.

3009 {}
template<typename Char = char>
void dynamic_formatter< Char >::null_handler::on_plus ( )
inline

Definition at line 3008 of file format.h.

3008 {}
template<typename Char = char>
void dynamic_formatter< Char >::null_handler::on_space ( )
inline

Definition at line 3010 of file format.h.

3010 {}

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