HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
format_string_checker< Char, ErrorHandler, Args > Class Template Reference

#include <core.h>

Public Member Functions

FMT_CONSTEXPR format_string_checker (basic_string_view< Char > format_str, ErrorHandler eh)
 
FMT_CONSTEXPR void on_text (const Char *, const Char *)
 
FMT_CONSTEXPR auto on_arg_id () -> int
 
FMT_CONSTEXPR auto on_arg_id (int id) -> int
 
FMT_CONSTEXPR auto on_arg_id (basic_string_view< Char > id) -> int
 
FMT_CONSTEXPR void on_replacement_field (int, const Char *)
 
FMT_CONSTEXPR auto on_format_specs (int id, const Char *begin, const Char *) -> const Char *
 
FMT_CONSTEXPR void on_error (const char *message)
 

Detailed Description

template<typename Char, typename ErrorHandler, typename... Args>
class format_string_checker< Char, ErrorHandler, Args >

Definition at line 2677 of file core.h.

Constructor & Destructor Documentation

template<typename Char , typename ErrorHandler , typename... Args>
FMT_CONSTEXPR format_string_checker< Char, ErrorHandler, Args >::format_string_checker ( basic_string_view< Char >  format_str,
ErrorHandler  eh 
)
inlineexplicit

Definition at line 2689 of file core.h.

Member Function Documentation

template<typename Char , typename ErrorHandler , typename... Args>
FMT_CONSTEXPR auto format_string_checker< Char, ErrorHandler, Args >::on_arg_id ( ) -> int
inline

Definition at line 2696 of file core.h.

template<typename Char , typename ErrorHandler , typename... Args>
FMT_CONSTEXPR auto format_string_checker< Char, ErrorHandler, Args >::on_arg_id ( int  id) -> int
inline

Definition at line 2697 of file core.h.

template<typename Char , typename ErrorHandler , typename... Args>
FMT_CONSTEXPR auto format_string_checker< Char, ErrorHandler, Args >::on_arg_id ( basic_string_view< Char >  id) -> int
inline

Definition at line 2700 of file core.h.

template<typename Char , typename ErrorHandler , typename... Args>
FMT_CONSTEXPR void format_string_checker< Char, ErrorHandler, Args >::on_error ( const char *  message)
inline

Definition at line 2721 of file core.h.

template<typename Char , typename ErrorHandler , typename... Args>
FMT_CONSTEXPR auto format_string_checker< Char, ErrorHandler, Args >::on_format_specs ( int  id,
const Char *  begin,
const Char *   
) -> const Char*
inline

Definition at line 2714 of file core.h.

template<typename Char , typename ErrorHandler , typename... Args>
FMT_CONSTEXPR void format_string_checker< Char, ErrorHandler, Args >::on_replacement_field ( int  ,
const Char *   
)
inline

Definition at line 2712 of file core.h.

template<typename Char , typename ErrorHandler , typename... Args>
FMT_CONSTEXPR void format_string_checker< Char, ErrorHandler, Args >::on_text ( const Char *  ,
const Char *   
)
inline

Definition at line 2694 of file core.h.


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