Public Member Functions | Private Types | Private Attributes | List of all members
compile_parse_context< Char, ErrorHandler > Class Template Reference

#include <core.h>

Inheritance diagram for compile_parse_context< Char, ErrorHandler >:
Inheritance graph
[legend]

Public Member Functions

FMT_CONSTEXPR void check_arg_id (int id)
 
FMT_CONSTEXPR compile_parse_context (basic_string_view< Char > format_str, int num_args=(std::numeric_limits< int >::max)(), ErrorHandler eh={})
 
FMT_CONSTEXPR auto next_arg_id () -> int
 
- Public Member Functions inherited from basic_format_parse_context< Char, ErrorHandler >
FMT_CONSTEXPR void advance_to (iterator it)
 
constexpr basic_format_parse_context (basic_string_view< Char > format_str, ErrorHandler eh={}, int next_arg_id=0)
 
constexpr auto begin () const FMT_NOEXCEPT -> iterator
 
FMT_CONSTEXPR void check_arg_id (int)
 
FMT_CONSTEXPR void check_arg_id (basic_string_view< Char >)
 
constexpr auto end () const FMT_NOEXCEPT -> iterator
 
constexpr auto error_handler () const -> ErrorHandler
 
FMT_CONSTEXPR auto next_arg_id () -> int
 
FMT_CONSTEXPR void on_error (const char *message)
 

Private Types

using base = basic_format_parse_context< Char, ErrorHandler >
 

Private Attributes

int num_args_
 

Additional Inherited Members

- Public Types inherited from basic_format_parse_context< Char, ErrorHandler >
using char_type = Char
 
using iterator = typename basic_string_view< Char >::iterator
 

Detailed Description

template<typename Char, typename ErrorHandler = error_handler>
class compile_parse_context< Char, ErrorHandler >

Definition at line 2464 of file core.h.

Member Typedef Documentation

◆ base

template<typename Char , typename ErrorHandler = error_handler>
using compile_parse_context< Char, ErrorHandler >::base = basic_format_parse_context<Char, ErrorHandler>
private

Definition at line 2468 of file core.h.

Constructor & Destructor Documentation

◆ compile_parse_context()

template<typename Char , typename ErrorHandler = error_handler>
FMT_CONSTEXPR compile_parse_context< Char, ErrorHandler >::compile_parse_context ( basic_string_view< Char >  format_str,
int  num_args = (std::numeric_limits<int>::max)(),
ErrorHandler  eh = {} 
)
inlineexplicit

Definition at line 2471 of file core.h.

Member Function Documentation

◆ check_arg_id()

template<typename Char , typename ErrorHandler = error_handler>
FMT_CONSTEXPR void compile_parse_context< Char, ErrorHandler >::check_arg_id ( int  id)
inline

Definition at line 2482 of file core.h.

◆ next_arg_id()

template<typename Char , typename ErrorHandler = error_handler>
FMT_CONSTEXPR auto compile_parse_context< Char, ErrorHandler >::next_arg_id ( ) -> int
inline

Definition at line 2476 of file core.h.

Member Data Documentation

◆ num_args_

template<typename Char , typename ErrorHandler = error_handler>
int compile_parse_context< Char, ErrorHandler >::num_args_
private

Definition at line 2467 of file core.h.


The documentation for this class was generated from the following file:


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:54