SoPlex Documentation
Loading...
Searching...
No Matches
arg_formatter_base< OutputIt, Char, ErrorHandler >::cstring_spec_handler Struct Reference
Inheritance diagram for arg_formatter_base< OutputIt, Char, ErrorHandler >::cstring_spec_handler:
error_handler

Public Member Functions

 cstring_spec_handler (arg_formatter_base &f, const Char *val)
 
void on_string ()
 
void on_pointer ()
 
- Public Member Functions inherited from error_handler
constexpr error_handler ()=default
 
constexpr error_handler (const error_handler &)=default
 
FMT_NORETURN FMT_API void on_error (const char *message)
 

Public Attributes

arg_formatter_baseformatter
 
const Char * value
 

Detailed Description

template<typename OutputIt, typename Char, typename ErrorHandler = error_handler>
struct detail::arg_formatter_base< OutputIt, Char, ErrorHandler >::cstring_spec_handler

Definition at line 2205 of file format.h.

Constructor & Destructor Documentation

◆ cstring_spec_handler()

template<typename OutputIt , typename Char , typename ErrorHandler = error_handler>
cstring_spec_handler ( arg_formatter_base & f,
const Char * val )

Definition at line 2209 of file format.h.

Member Function Documentation

◆ on_pointer()

template<typename OutputIt , typename Char , typename ErrorHandler = error_handler>
void on_pointer ( )

Definition at line 2213 of file format.h.

◆ on_string()

template<typename OutputIt , typename Char , typename ErrorHandler = error_handler>
void on_string ( )

Definition at line 2212 of file format.h.

Member Data Documentation

◆ formatter

template<typename OutputIt , typename Char , typename ErrorHandler = error_handler>
arg_formatter_base& formatter

Definition at line 2206 of file format.h.

◆ value

template<typename OutputIt , typename Char , typename ErrorHandler = error_handler>
const Char* value

Definition at line 2207 of file format.h.