Scippy

SoPlex

Sequential object-oriented simPlex

custom_formatter< Context > Class Template Reference

#include <format.h>

Public Member Functions

 custom_formatter (basic_format_parse_context< char_type > &parse_ctx, Context &ctx)
 
bool operator() (typename basic_format_arg< Context >::handle h) const
 
template<typename T >
bool operator() (T) const
 

Private Types

using char_type = typename Context::char_type
 

Private Attributes

basic_format_parse_context< char_type > & parse_ctx_
 
Context & ctx_
 

Detailed Description

template<typename Context>
class internal::custom_formatter< Context >

Definition at line 1950 of file format.h.

Member Typedef Documentation

◆ char_type

using char_type = typename Context::char_type
private

Definition at line 1952 of file format.h.

Constructor & Destructor Documentation

◆ custom_formatter()

custom_formatter ( basic_format_parse_context< char_type > &  parse_ctx,
Context &  ctx 
)
explicit

Definition at line 1958 of file format.h.

Member Function Documentation

◆ operator()() [1/2]

bool operator() ( typename basic_format_arg< Context >::handle  h) const

Definition at line 1962 of file format.h.

References basic_format_arg< Context >::handle::format().

◆ operator()() [2/2]

bool operator() ( ) const

Definition at line 1967 of file format.h.

Member Data Documentation

◆ ctx_

Context& ctx_
private

Definition at line 1955 of file format.h.

◆ parse_ctx_

basic_format_parse_context<char_type>& parse_ctx_
private

Definition at line 1954 of file format.h.