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

#include <format.h>

Inheritance diagram for detail::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=max_value< int >(), ErrorHandler eh={})
 
FMT_CONSTEXPR int next_arg_id ()
 
- 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 iterator begin () const FMT_NOEXCEPT
 
FMT_CONSTEXPR void check_arg_id (int)
 
FMT_CONSTEXPR void check_arg_id (basic_string_view< Char >)
 
constexpr iterator end () const FMT_NOEXCEPT
 
constexpr ErrorHandler error_handler () const
 
FMT_CONSTEXPR int next_arg_id ()
 
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 detail::compile_parse_context< Char, ErrorHandler >

Definition at line 3060 of file format.h.

Member Typedef Documentation

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

Definition at line 3064 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 3067 of file format.h.

Member Function Documentation

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

Definition at line 3078 of file format.h.

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

Definition at line 3072 of file format.h.

Member Data Documentation

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

Definition at line 3063 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51