WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
basic_parse_context< Char, ErrorHandler > Class Template Reference

#include <core.h>

Inheritance diagram for basic_parse_context< Char, ErrorHandler >:
Collaboration diagram for basic_parse_context< Char, ErrorHandler >:

Public Types

typedef Char char_type
 
typedef basic_string_view< Char >::iterator iterator
 

Public Member Functions

FMT_CONSTEXPR basic_parse_context (basic_string_view< Char > format_str, ErrorHandler eh=ErrorHandler())
 
FMT_CONSTEXPR iterator begin () const FMT_NOEXCEPT
 
FMT_CONSTEXPR iterator end () const FMT_NOEXCEPT
 
FMT_CONSTEXPR void advance_to (iterator it)
 
FMT_CONSTEXPR unsigned next_arg_id ()
 
FMT_CONSTEXPR bool check_arg_id (unsigned)
 
void check_arg_id (basic_string_view< Char >)
 
FMT_CONSTEXPR void on_error (const char *message)
 
FMT_CONSTEXPR ErrorHandler error_handler () const
 

Detailed Description

template<typename Char, typename ErrorHandler = internal::error_handler>
class basic_parse_context< Char, ErrorHandler >

Definition at line 878 of file core.h.

Member Typedef Documentation

◆ char_type

template<typename Char, typename ErrorHandler = internal::error_handler>
typedef Char basic_parse_context< Char, ErrorHandler >::char_type

Definition at line 884 of file core.h.

◆ iterator

template<typename Char, typename ErrorHandler = internal::error_handler>
typedef basic_string_view<Char>::iterator basic_parse_context< Char, ErrorHandler >::iterator

Definition at line 885 of file core.h.

Constructor & Destructor Documentation

◆ basic_parse_context()

template<typename Char, typename ErrorHandler = internal::error_handler>
FMT_CONSTEXPR basic_parse_context< Char, ErrorHandler >::basic_parse_context ( basic_string_view< Char >  format_str,
ErrorHandler  eh = ErrorHandler() 
)
inlineexplicit

Definition at line 887 of file core.h.

Member Function Documentation

◆ advance_to()

template<typename Char, typename ErrorHandler = internal::error_handler>
FMT_CONSTEXPR void basic_parse_context< Char, ErrorHandler >::advance_to ( iterator  it)
inline

Definition at line 901 of file core.h.

◆ begin()

template<typename Char, typename ErrorHandler = internal::error_handler>
FMT_CONSTEXPR iterator basic_parse_context< Char, ErrorHandler >::begin ( ) const
inline

Definition at line 893 of file core.h.

◆ check_arg_id() [1/2]

template<typename Char, typename ErrorHandler = internal::error_handler>
FMT_CONSTEXPR bool basic_parse_context< Char, ErrorHandler >::check_arg_id ( unsigned  )
inline

Definition at line 908 of file core.h.

◆ check_arg_id() [2/2]

template<typename Char, typename ErrorHandler = internal::error_handler>
void basic_parse_context< Char, ErrorHandler >::check_arg_id ( basic_string_view< Char >  )
inline

Definition at line 916 of file core.h.

◆ end()

template<typename Char, typename ErrorHandler = internal::error_handler>
FMT_CONSTEXPR iterator basic_parse_context< Char, ErrorHandler >::end ( ) const
inline

Definition at line 898 of file core.h.

◆ error_handler()

template<typename Char, typename ErrorHandler = internal::error_handler>
FMT_CONSTEXPR ErrorHandler basic_parse_context< Char, ErrorHandler >::error_handler ( ) const
inline

Definition at line 922 of file core.h.

Here is the caller graph for this function:

◆ next_arg_id()

template<typename Char , typename ErrorHandler >
FMT_CONSTEXPR unsigned basic_parse_context< Char, ErrorHandler >::next_arg_id ( )

Definition at line 1118 of file format.h.

◆ on_error()

template<typename Char, typename ErrorHandler = internal::error_handler>
FMT_CONSTEXPR void basic_parse_context< Char, ErrorHandler >::on_error ( const char *  message)
inline

Definition at line 918 of file core.h.

Here is the caller graph for this function:

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