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

#include <format.h>

Inheritance diagram for internal::int_type_checker< ErrorHandler >:
ErrorHandler

Public Member Functions

FMT_CONSTEXPR int_type_checker (ErrorHandler eh)
 
FMT_CONSTEXPR void on_dec ()
 
FMT_CONSTEXPR void on_hex ()
 
FMT_CONSTEXPR void on_bin ()
 
FMT_CONSTEXPR void on_oct ()
 
FMT_CONSTEXPR void on_num ()
 
FMT_CONSTEXPR void on_error ()
 

Additional Inherited Members

- Private Member Functions inherited from ErrorHandler
virtual ~ErrorHandler ()
 
bool warning (const QXmlParseException &)
 
bool error (const QXmlParseException &)
 
bool fatalError (const QXmlParseException &exception)
 
QString errorString ()
 
- Private Member Functions inherited from QXmlErrorHandler
virtual ~QXmlErrorHandler ()
 

Detailed Description

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

Definition at line 1216 of file format.h.

Constructor & Destructor Documentation

template<typename ErrorHandler >
FMT_CONSTEXPR internal::int_type_checker< ErrorHandler >::int_type_checker ( ErrorHandler  eh)
inlineexplicit

Definition at line 1218 of file format.h.

1218 : ErrorHandler(eh) {}

Member Function Documentation

template<typename ErrorHandler >
FMT_CONSTEXPR void internal::int_type_checker< ErrorHandler >::on_bin ( )
inline

Definition at line 1222 of file format.h.

1222 {}
template<typename ErrorHandler >
FMT_CONSTEXPR void internal::int_type_checker< ErrorHandler >::on_dec ( )
inline

Definition at line 1220 of file format.h.

1220 {}
template<typename ErrorHandler >
FMT_CONSTEXPR void internal::int_type_checker< ErrorHandler >::on_error ( )
inline

Definition at line 1226 of file format.h.

1226  {
1227  ErrorHandler::on_error("invalid type specifier");
1228  }
template<typename ErrorHandler >
FMT_CONSTEXPR void internal::int_type_checker< ErrorHandler >::on_hex ( )
inline

Definition at line 1221 of file format.h.

1221 {}
template<typename ErrorHandler >
FMT_CONSTEXPR void internal::int_type_checker< ErrorHandler >::on_num ( )
inline

Definition at line 1224 of file format.h.

1224 {}
template<typename ErrorHandler >
FMT_CONSTEXPR void internal::int_type_checker< ErrorHandler >::on_oct ( )
inline

Definition at line 1223 of file format.h.

1223 {}

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