Livox SDK API  V2.2.0
fmt::v5::basic_parse_context< Char, ErrorHandler > Class Template Reference

#include <core.h>

Inheritance diagram for fmt::v5::basic_parse_context< Char, ErrorHandler >:

Public Types

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

Public Member Functions

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

Detailed Description

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

Definition at line 878 of file core.h.

Member Typedef Documentation

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

Definition at line 884 of file core.h.

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

Definition at line 885 of file core.h.

Constructor & Destructor Documentation

template<typename Char, typename ErrorHandler = internal::error_handler>
fmt::v5::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

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

Definition at line 901 of file core.h.

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

Definition at line 893 of file core.h.

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

Definition at line 908 of file core.h.

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

Definition at line 916 of file core.h.

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

Definition at line 898 of file core.h.

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

Definition at line 922 of file core.h.

template<typename Char , typename ErrorHandler >
unsigned fmt::v5::basic_parse_context< Char, ErrorHandler >::next_arg_id ( )
inline

Definition at line 1118 of file format.h.

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

Definition at line 918 of file core.h.


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