Public Member Functions | Private Attributes | List of all members
internal::char_specs_checker< ErrorHandler > Class Template Reference

#include <format.h>

Inheritance diagram for internal::char_specs_checker< ErrorHandler >:
ErrorHandler QXmlErrorHandler

Public Member Functions

FMT_CONSTEXPR char_specs_checker (char type, ErrorHandler eh)
 
FMT_CONSTEXPR void on_int ()
 
FMT_CONSTEXPR void on_char ()
 
- Public Member Functions inherited from ErrorHandler
virtual ~ErrorHandler ()
 
bool warning (const QXmlParseException &)
 
bool error (const QXmlParseException &)
 
bool fatalError (const QXmlParseException &exception)
 
QString errorString ()
 
- Public Member Functions inherited from QXmlErrorHandler
virtual ~QXmlErrorHandler ()
 

Private Attributes

char type_
 

Detailed Description

template<typename ErrorHandler>
class internal::char_specs_checker< ErrorHandler >

Definition at line 1248 of file format.h.

Constructor & Destructor Documentation

template<typename ErrorHandler >
FMT_CONSTEXPR internal::char_specs_checker< ErrorHandler >::char_specs_checker ( char  type,
ErrorHandler  eh 
)
inline

Definition at line 1253 of file format.h.

Member Function Documentation

template<typename ErrorHandler >
FMT_CONSTEXPR void internal::char_specs_checker< ErrorHandler >::on_char ( )
inline

Definition at line 1259 of file format.h.

1259 {}
template<typename ErrorHandler >
FMT_CONSTEXPR void internal::char_specs_checker< ErrorHandler >::on_int ( )
inline

Definition at line 1256 of file format.h.

1256  {
1257  handle_int_type_spec(type_, int_type_checker<ErrorHandler>(*this));
1258  }
FMT_CONSTEXPR void handle_int_type_spec(char spec, Handler &&handler)
Definition: format.h:1140

Member Data Documentation

template<typename ErrorHandler >
char internal::char_specs_checker< ErrorHandler >::type_
private

Definition at line 1250 of file format.h.


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