Scippy

SoPlex

Sequential object-oriented simPlex

part_counter< Char > Struct Template Reference

#include <compile.h>

Public Member Functions

FMT_CONSTEXPR void on_text (const Char *begin, const Char *end)
 
FMT_CONSTEXPR void on_arg_id ()
 
FMT_CONSTEXPR void on_arg_id (int)
 
FMT_CONSTEXPR void on_arg_id (basic_string_view< Char >)
 
FMT_CONSTEXPR void on_replacement_field (const Char *)
 
FMT_CONSTEXPR const Char * on_format_specs (const Char *begin, const Char *end)
 
FMT_CONSTEXPR void on_error (const char *)
 

Public Attributes

unsigned num_parts = 0
 

Detailed Description

template<typename Char>
struct internal::part_counter< Char >

Definition at line 57 of file compile.h.

Member Function Documentation

◆ on_arg_id() [1/3]

FMT_CONSTEXPR void on_arg_id ( )

Definition at line 64 of file compile.h.

◆ on_arg_id() [2/3]

FMT_CONSTEXPR void on_arg_id ( int  )

Definition at line 65 of file compile.h.

◆ on_arg_id() [3/3]

FMT_CONSTEXPR void on_arg_id ( basic_string_view< Char >  )

Definition at line 66 of file compile.h.

◆ on_error()

FMT_CONSTEXPR void on_error ( const char *  )

Definition at line 85 of file compile.h.

◆ on_format_specs()

FMT_CONSTEXPR const Char* on_format_specs ( const Char *  begin,
const Char *  end 
)

Definition at line 70 of file compile.h.

◆ on_replacement_field()

FMT_CONSTEXPR void on_replacement_field ( const Char *  )

Definition at line 68 of file compile.h.

◆ on_text()

FMT_CONSTEXPR void on_text ( const Char *  begin,
const Char *  end 
)

Definition at line 60 of file compile.h.

Member Data Documentation

◆ num_parts

unsigned num_parts = 0

Definition at line 58 of file compile.h.

Referenced by internal::count_parts().