NGL  6.5
The NCCA Graphics Library
fmt::AlignSpec Struct Reference

#include <format.h>

+ Inheritance diagram for fmt::AlignSpec:
+ Collaboration diagram for fmt::AlignSpec:

Public Member Functions

 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

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

Detailed Description

Definition at line 1626 of file format.h.

Constructor & Destructor Documentation

fmt::AlignSpec::AlignSpec ( unsigned  width,
wchar_t  fill,
Alignment  align = ALIGN_DEFAULT 
)
inline

Definition at line 1629 of file format.h.

Member Function Documentation

Alignment fmt::AlignSpec::align ( ) const
inline

Definition at line 1632 of file format.h.

+ Here is the caller graph for this function:

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

Definition at line 1634 of file format.h.

Member Data Documentation

Alignment fmt::AlignSpec::align_

Definition at line 1627 of file format.h.


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