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

#include <format.h>

+ Inheritance diagram for fmt::WidthSpec:
+ Collaboration diagram for fmt::WidthSpec:

Public Member Functions

 WidthSpec (unsigned width, wchar_t fill)
 
unsigned width () const
 
wchar_t fill () const
 

Public Attributes

unsigned width_
 
wchar_t fill_
 

Detailed Description

Definition at line 1613 of file format.h.

Constructor & Destructor Documentation

fmt::WidthSpec::WidthSpec ( unsigned  width,
wchar_t  fill 
)
inline

Definition at line 1619 of file format.h.

Member Function Documentation

wchar_t fmt::WidthSpec::fill ( ) const
inline

Definition at line 1622 of file format.h.

+ Here is the caller graph for this function:

unsigned fmt::WidthSpec::width ( ) const
inline

Definition at line 1621 of file format.h.

+ Here is the caller graph for this function:

Member Data Documentation

wchar_t fmt::WidthSpec::fill_

Definition at line 1617 of file format.h.

unsigned fmt::WidthSpec::width_

Definition at line 1614 of file format.h.


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