Livox SDK API  V2.2.0
fmt::v5::format_handler< ArgFormatter, Char, Context > Struct Template Reference

#include <format.h>

Inheritance diagram for fmt::v5::format_handler< ArgFormatter, Char, Context >:
fmt::v5::internal::error_handler

Public Types

typedef ArgFormatter::range range
 

Public Member Functions

 format_handler (range r, basic_string_view< Char > str, basic_format_args< Context > format_args, internal::locale_ref loc)
 
void on_text (const Char *begin, const Char *end)
 
void on_arg_id ()
 
void on_arg_id (unsigned id)
 
void on_arg_id (basic_string_view< Char > id)
 
void on_replacement_field (const Char *p)
 
const Char * on_format_specs (const Char *begin, const Char *end)
 
- Public Member Functions inherited from fmt::v5::internal::error_handler
 error_handler ()
 
 error_handler (const error_handler &)
 
void on_error (const char *message)
 

Public Attributes

Context context
 
basic_format_arg< Context > arg
 

Detailed Description

template<typename ArgFormatter, typename Char, typename Context>
struct fmt::v5::format_handler< ArgFormatter, Char, Context >

Definition at line 3068 of file format.h.

Member Typedef Documentation

template<typename ArgFormatter, typename Char, typename Context>
typedef ArgFormatter::range fmt::v5::format_handler< ArgFormatter, Char, Context >::range

Definition at line 3069 of file format.h.

Constructor & Destructor Documentation

template<typename ArgFormatter, typename Char, typename Context>
fmt::v5::format_handler< ArgFormatter, Char, Context >::format_handler ( range  r,
basic_string_view< Char >  str,
basic_format_args< Context >  format_args,
internal::locale_ref  loc 
)
inline

Definition at line 3071 of file format.h.

Member Function Documentation

template<typename ArgFormatter, typename Char, typename Context>
void fmt::v5::format_handler< ArgFormatter, Char, Context >::on_arg_id ( )
inline

Definition at line 3084 of file format.h.

template<typename ArgFormatter, typename Char, typename Context>
void fmt::v5::format_handler< ArgFormatter, Char, Context >::on_arg_id ( unsigned  id)
inline

Definition at line 3085 of file format.h.

template<typename ArgFormatter, typename Char, typename Context>
void fmt::v5::format_handler< ArgFormatter, Char, Context >::on_arg_id ( basic_string_view< Char >  id)
inline

Definition at line 3089 of file format.h.

template<typename ArgFormatter, typename Char, typename Context>
const Char* fmt::v5::format_handler< ArgFormatter, Char, Context >::on_format_specs ( const Char *  begin,
const Char *  end 
)
inline

Definition at line 3100 of file format.h.

template<typename ArgFormatter, typename Char, typename Context>
void fmt::v5::format_handler< ArgFormatter, Char, Context >::on_replacement_field ( const Char *  p)
inline

Definition at line 3093 of file format.h.

template<typename ArgFormatter, typename Char, typename Context>
void fmt::v5::format_handler< ArgFormatter, Char, Context >::on_text ( const Char *  begin,
const Char *  end 
)
inline

Definition at line 3076 of file format.h.

Member Data Documentation

template<typename ArgFormatter, typename Char, typename Context>
basic_format_arg<Context> fmt::v5::format_handler< ArgFormatter, Char, Context >::arg

Definition at line 3119 of file format.h.

template<typename ArgFormatter, typename Char, typename Context>
Context fmt::v5::format_handler< ArgFormatter, Char, Context >::context

Definition at line 3118 of file format.h.


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