Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
fmt::FormatSpec Struct Reference

#include <format.h>

Inheritance diagram for fmt::FormatSpec:
Inheritance graph
[legend]
Collaboration diagram for fmt::FormatSpec:
Collaboration graph
[legend]

Public Member Functions

 FormatSpec (unsigned width=0, char type=0, wchar_t fill= ' ')
 
bool flag (unsigned f) const
 
int precision () 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
 

Public Attributes

unsigned flags_
 
int precision_
 
char type_
 
- Public Attributes inherited from fmt::AlignSpec
Alignment align_
 
- Public Attributes inherited from fmt::WidthSpec
unsigned width_
 
wchar_t fill_
 

Constructor & Destructor Documentation

fmt::FormatSpec::FormatSpec ( unsigned  width = 0,
char  type = 0,
wchar_t  fill = ' ' 
)
inline

Member Function Documentation

bool fmt::FormatSpec::flag ( unsigned  f) const
inline
int fmt::FormatSpec::precision ( ) const
inline
char fmt::FormatSpec::type ( ) const
inline

Member Data Documentation

unsigned fmt::FormatSpec::flags_
int fmt::FormatSpec::precision_
char fmt::FormatSpec::type_

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