Public Member Functions | Protected Attributes | List of all members
detail::specs_setter< Char > Class Template Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR void end_precision ()
 
FMT_CONSTEXPR void on_align (align_t align)
 
FMT_CONSTEXPR void on_fill (basic_string_view< Char > fill)
 
FMT_CONSTEXPR void on_hash ()
 
FMT_CONSTEXPR void on_minus ()
 
FMT_CONSTEXPR void on_plus ()
 
FMT_CONSTEXPR void on_precision (int precision)
 
FMT_CONSTEXPR void on_space ()
 
FMT_CONSTEXPR void on_type (Char type)
 
FMT_CONSTEXPR void on_width (int width)
 
FMT_CONSTEXPR void on_zero ()
 
FMT_CONSTEXPR specs_setter (basic_format_specs< Char > &specs)
 
FMT_CONSTEXPR specs_setter (const specs_setter &other)
 

Protected Attributes

basic_format_specs< Char > & specs_
 

Detailed Description

template<typename Char>
class detail::specs_setter< Char >

Definition at line 2394 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 2396 of file format.h.

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

Definition at line 2399 of file format.h.

Member Function Documentation

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

Definition at line 2420 of file format.h.

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

Definition at line 2402 of file format.h.

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

Definition at line 2403 of file format.h.

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

Definition at line 2409 of file format.h.

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

Definition at line 2407 of file format.h.

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

Definition at line 2406 of file format.h.

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

Definition at line 2417 of file format.h.

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

Definition at line 2408 of file format.h.

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

Definition at line 2422 of file format.h.

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

Definition at line 2416 of file format.h.

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

Definition at line 2411 of file format.h.

Member Data Documentation

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

Definition at line 2427 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51