Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::FormatSpec Struct Reference

#include <format.h>

+ Inheritance diagram for fmt::FormatSpec:
+ Collaboration diagram for fmt::FormatSpec:

Public Member Functions

 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
 
- 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_
 

Detailed Description

Definition at line 1854 of file format.h.

Constructor & Destructor Documentation

◆ FormatSpec()

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

Definition at line 1859 of file format.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ flag()

bool fmt::FormatSpec::flag ( unsigned f) const
inline

Definition at line 1863 of file format.h.

+ Here is the caller graph for this function:

◆ precision()

int fmt::FormatSpec::precision ( ) const
inline

Definition at line 1864 of file format.h.

◆ type()

char fmt::FormatSpec::type ( ) const
inline

Definition at line 1865 of file format.h.

◆ type_prefix()

char fmt::FormatSpec::type_prefix ( ) const
inline

Definition at line 1866 of file format.h.

Member Data Documentation

◆ flags_

unsigned fmt::FormatSpec::flags_

Definition at line 1855 of file format.h.

◆ precision_

int fmt::FormatSpec::precision_

Definition at line 1856 of file format.h.

◆ type_

char fmt::FormatSpec::type_

Definition at line 1857 of file format.h.


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