Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Public Attributes | List of all members
fmt::WidthSpec Struct Reference

#include <format.h>

Inheritance diagram for fmt::WidthSpec:
Inheritance graph
[legend]

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 1578 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 1584 of file format.h.

Member Function Documentation

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

Definition at line 1587 of file format.h.

Here is the caller graph for this function:

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

Definition at line 1586 of file format.h.

Here is the caller graph for this function:

Member Data Documentation

wchar_t fmt::WidthSpec::fill_

Definition at line 1582 of file format.h.

unsigned fmt::WidthSpec::width_

Definition at line 1579 of file format.h.


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