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

#include <format.h>

Inheritance diagram for arg_formatter_base< Range, ErrorHandler >::cstring_spec_handler:
error_handler

Public Member Functions

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

Public Attributes

arg_formatter_baseformatter
 
const char_typevalue
 

Detailed Description

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

Definition at line 1883 of file format.h.

Constructor & Destructor Documentation

◆ cstring_spec_handler()

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

Definition at line 1887 of file format.h.

Member Function Documentation

◆ on_pointer()

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

Definition at line 1891 of file format.h.

◆ on_string()

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

Definition at line 1890 of file format.h.

Member Data Documentation

◆ formatter

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

Definition at line 1884 of file format.h.

◆ value

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

Definition at line 1885 of file format.h.