SoPlex Documentation
Loading...
Searching...
No Matches
arg_formatter_base< Range, ErrorHandler >::char_spec_handler Struct Reference

#include <format.h>

Inheritance diagram for arg_formatter_base< Range, ErrorHandler >::char_spec_handler:

Public Member Functions

 char_spec_handler (arg_formatter_base &f, char_type val)
 
void on_int ()
 
void on_char ()
 

Public Attributes

arg_formatter_baseformatter
 
char_type value
 

Detailed Description

template<typename Range, typename ErrorHandler = internal::error_handler>
struct internal::arg_formatter_base< Range, ErrorHandler >::char_spec_handler

Definition at line 1867 of file format.h.

Constructor & Destructor Documentation

◆ char_spec_handler()

template<typename Range , typename ErrorHandler = internal::error_handler>
char_spec_handler ( arg_formatter_base & f,
char_type val )

Definition at line 1871 of file format.h.

Member Function Documentation

◆ on_char()

template<typename Range , typename ErrorHandler = internal::error_handler>
void on_char ( )

Definition at line 1880 of file format.h.

◆ on_int()

template<typename Range , typename ErrorHandler = internal::error_handler>
void on_int ( )

Definition at line 1874 of file format.h.

Member Data Documentation

◆ formatter

template<typename Range , typename ErrorHandler = internal::error_handler>
arg_formatter_base& formatter

Definition at line 1868 of file format.h.

◆ value

template<typename Range , typename ErrorHandler = internal::error_handler>
char_type value

Definition at line 1869 of file format.h.