Flow123d  master-f44eb46
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

◆ WidthSpec()

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

Definition at line 1584 of file format.h.

Member Function Documentation

◆ fill()

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

Definition at line 1587 of file format.h.

Here is the caller graph for this function:

◆ width()

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

◆ fill_

wchar_t fmt::WidthSpec::fill_

Definition at line 1582 of file format.h.

◆ width_

unsigned fmt::WidthSpec::width_

Definition at line 1579 of file format.h.


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