Pyrogenesis  trunk
Public Member Functions | List of all members
fmt::AlignTypeSpec< TYPE > Struct Template Reference

#include <format.h>

Inheritance diagram for fmt::AlignTypeSpec< TYPE >:
Inheritance graph
[legend]
Collaboration diagram for fmt::AlignTypeSpec< TYPE >:
Collaboration graph
[legend]

Public Member Functions

 AlignTypeSpec (unsigned width, wchar_t fill)
 
bool flag (unsigned) const
 
char type () const
 
- Public Member Functions inherited from fmt::AlignSpec
 AlignSpec (unsigned width, wchar_t fill, Alignment align=ALIGN_DEFAULT)
 
Alignment align () const
 
int precision () const
 
- Public Member Functions inherited from fmt::WidthSpec
 WidthSpec (unsigned width, wchar_t fill)
 
unsigned width () const
 
wchar_t fill () const
 

Additional Inherited Members

- Public Attributes inherited from fmt::AlignSpec
Alignment align_
 
- Public Attributes inherited from fmt::WidthSpec
unsigned width_
 
wchar_t fill_
 

Constructor & Destructor Documentation

template<char TYPE>
fmt::AlignTypeSpec< TYPE >::AlignTypeSpec ( unsigned  width,
wchar_t  fill 
)
inline

Member Function Documentation

template<char TYPE>
bool fmt::AlignTypeSpec< TYPE >::flag ( unsigned  ) const
inline
template<char TYPE>
char fmt::AlignTypeSpec< TYPE >::type ( ) const
inline

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