HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
specs_checker< Handler > Class Template Reference

#include <core.h>

+ Inheritance diagram for specs_checker< Handler >:

Public Member Functions

FMT_CONSTEXPR specs_checker (const Handler &handler, detail::type arg_type)
 
FMT_CONSTEXPR void on_align (align_t align)
 
FMT_CONSTEXPR void on_sign (sign_t s)
 
FMT_CONSTEXPR void on_hash ()
 
FMT_CONSTEXPR void on_localized ()
 
FMT_CONSTEXPR void on_zero ()
 
FMT_CONSTEXPR void end_precision ()
 

Detailed Description

template<typename Handler>
class specs_checker< Handler >

Definition at line 2603 of file core.h.

Constructor & Destructor Documentation

template<typename Handler >
FMT_CONSTEXPR specs_checker< Handler >::specs_checker ( const Handler &  handler,
detail::type  arg_type 
)
inline

Definition at line 2613 of file core.h.

Member Function Documentation

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::end_precision ( )
inline

Definition at line 2645 of file core.h.

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::on_align ( align_t  align)
inline

Definition at line 2616 of file core.h.

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::on_hash ( )
inline

Definition at line 2630 of file core.h.

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::on_localized ( )
inline

Definition at line 2635 of file core.h.

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::on_sign ( sign_t  s)
inline

Definition at line 2621 of file core.h.

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::on_zero ( )
inline

Definition at line 2640 of file core.h.


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