TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
fmt::WidthSpec Struct Reference

#include <format.h>

Public Member Functions

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

Public Attributes

unsigned width_
 
wchar_t fill_
 

Constructor & Destructor Documentation

fmt::WidthSpec::WidthSpec ( unsigned  width,
wchar_t  fill 
)
inline
1490 : width_(width), fill_(fill) {}
wchar_t fill_
Definition: format.h:1488
unsigned width_
Definition: format.h:1485
wchar_t fill() const
Definition: format.h:1493
unsigned width() const
Definition: format.h:1492

Member Function Documentation

wchar_t fmt::WidthSpec::fill ( ) const
inline
1493 { return fill_; }
wchar_t fill_
Definition: format.h:1488

+ Here is the caller graph for this function:

unsigned fmt::WidthSpec::width ( ) const
inline
1492 { return width_; }
unsigned width_
Definition: format.h:1485

+ Here is the caller graph for this function:

Member Data Documentation

wchar_t fmt::WidthSpec::fill_
unsigned fmt::WidthSpec::width_

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