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

#include <core.h>

+ Inheritance diagram for specs_setter< Char >:

Public Member Functions

FMT_CONSTEXPR specs_setter (basic_format_specs< Char > &specs)
 
FMT_CONSTEXPR specs_setter (const specs_setter &other)
 
FMT_CONSTEXPR void on_align (align_t align)
 
FMT_CONSTEXPR void on_fill (basic_string_view< Char > fill)
 
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 on_width (int width)
 
FMT_CONSTEXPR void on_precision (int precision)
 
FMT_CONSTEXPR void end_precision ()
 
FMT_CONSTEXPR void on_type (Char type)
 

Protected Attributes

basic_format_specs< Char > & specs_
 

Detailed Description

template<typename Char>
class specs_setter< Char >

Definition at line 1971 of file core.h.

Constructor & Destructor Documentation

template<typename Char>
FMT_CONSTEXPR specs_setter< Char >::specs_setter ( basic_format_specs< Char > &  specs)
inlineexplicit

Definition at line 1976 of file core.h.

template<typename Char>
FMT_CONSTEXPR specs_setter< Char >::specs_setter ( const specs_setter< Char > &  other)
inline

Definition at line 1979 of file core.h.

Member Function Documentation

template<typename Char>
FMT_CONSTEXPR void specs_setter< Char >::end_precision ( )
inline

Definition at line 1999 of file core.h.

template<typename Char>
FMT_CONSTEXPR void specs_setter< Char >::on_align ( align_t  align)
inline

Definition at line 1982 of file core.h.

template<typename Char>
FMT_CONSTEXPR void specs_setter< Char >::on_fill ( basic_string_view< Char >  fill)
inline

Definition at line 1983 of file core.h.

template<typename Char>
FMT_CONSTEXPR void specs_setter< Char >::on_hash ( )
inline

Definition at line 1987 of file core.h.

template<typename Char>
FMT_CONSTEXPR void specs_setter< Char >::on_localized ( )
inline

Definition at line 1988 of file core.h.

template<typename Char>
FMT_CONSTEXPR void specs_setter< Char >::on_precision ( int  precision)
inline

Definition at line 1996 of file core.h.

template<typename Char>
FMT_CONSTEXPR void specs_setter< Char >::on_sign ( sign_t  s)
inline

Definition at line 1986 of file core.h.

template<typename Char>
FMT_CONSTEXPR void specs_setter< Char >::on_type ( Char  type)
inline

Definition at line 2001 of file core.h.

template<typename Char>
FMT_CONSTEXPR void specs_setter< Char >::on_width ( int  width)
inline

Definition at line 1995 of file core.h.

template<typename Char>
FMT_CONSTEXPR void specs_setter< Char >::on_zero ( )
inline

Definition at line 1990 of file core.h.

Member Data Documentation

template<typename Char>
basic_format_specs<Char>& specs_setter< Char >::specs_
protected

Definition at line 1973 of file core.h.


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