spdlog
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
specs_checker< Handler > Class Template Reference

Detailed Description

template<typename Handler>
class specs_checker< Handler >

Definition at line 2592 of file core.h.

#include <core.h>

Inheritance diagram for specs_checker< Handler >:
[legend]

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 ()
 

Private Member Functions

FMT_CONSTEXPR void require_numeric_argument ()
 

Private Attributes

detail::type arg_type_
 

Constructor & Destructor Documentation

◆ specs_checker()

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

Definition at line 2602 of file core.h.

Member Function Documentation

◆ end_precision()

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

Definition at line 2634 of file core.h.

◆ on_align()

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

Definition at line 2605 of file core.h.

◆ on_hash()

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

Definition at line 2619 of file core.h.

◆ on_localized()

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

Definition at line 2624 of file core.h.

◆ on_sign()

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

Definition at line 2610 of file core.h.

◆ on_zero()

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

Definition at line 2629 of file core.h.

◆ require_numeric_argument()

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::require_numeric_argument ( )
inlineprivate

Definition at line 2596 of file core.h.

Member Data Documentation

◆ arg_type_

template<typename Handler >
detail::type specs_checker< Handler >::arg_type_
private

Definition at line 2594 of file core.h.


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