|
|
| FormatSpec (unsigned width=0, char type=0, wchar_t fill= ' ') |
| |
|
bool | flag (unsigned f) const |
| |
|
int | precision () const |
| |
|
char | type () const |
| |
|
char | type_prefix () const |
| |
|
| AlignSpec (unsigned width, wchar_t fill, Alignment align=ALIGN_DEFAULT) |
| |
|
Alignment | align () const |
| |
|
int | precision () const |
| |
|
| WidthSpec (unsigned width, wchar_t fill) |
| |
|
unsigned | width () const |
| |
|
wchar_t | fill () const |
| |
|
|
unsigned | flags_ |
| |
|
int | precision_ |
| |
|
char | type_ |
| |
|
Alignment | align_ |
| |
|
unsigned | width_ |
| |
|
wchar_t | fill_ |
| |
The documentation for this struct was generated from the following file: