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

#include <format.h>

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

Public Member Functions

FMT_CONSTEXPR float_type_checker (ErrorHandler eh)
 
FMT_CONSTEXPR void on_general ()
 
FMT_CONSTEXPR void on_exp ()
 
FMT_CONSTEXPR void on_fixed ()
 
FMT_CONSTEXPR void on_hex ()
 
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::float_type_checker< ErrorHandler >

Definition at line 1232 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 1234 of file format.h.

1235  : ErrorHandler(eh) {}

Member Function Documentation

template<typename ErrorHandler >
FMT_CONSTEXPR void internal::float_type_checker< ErrorHandler >::on_error ( )
inline

Definition at line 1242 of file format.h.

1242  {
1243  ErrorHandler::on_error("invalid type specifier");
1244  }
template<typename ErrorHandler >
FMT_CONSTEXPR void internal::float_type_checker< ErrorHandler >::on_exp ( )
inline

Definition at line 1238 of file format.h.

1238 {}
template<typename ErrorHandler >
FMT_CONSTEXPR void internal::float_type_checker< ErrorHandler >::on_fixed ( )
inline

Definition at line 1239 of file format.h.

1239 {}
template<typename ErrorHandler >
FMT_CONSTEXPR void internal::float_type_checker< ErrorHandler >::on_general ( )
inline

Definition at line 1237 of file format.h.

1237 {}
template<typename ErrorHandler >
FMT_CONSTEXPR void internal::float_type_checker< ErrorHandler >::on_hex ( )
inline

Definition at line 1240 of file format.h.

1240 {}

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