TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
fmt::StrFormatSpec< Char > Class Template Reference

#include <format.h>

Public Member Functions

template<typename FillChar >
 StrFormatSpec (const Char *str, unsigned width, FillChar fill)
 
const Charstr () const
 
- Public Member Functions inherited from fmt::AlignSpec
 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
 

Private Attributes

const Charstr_
 

Additional Inherited Members

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

Constructor & Destructor Documentation

template<typename Char>
template<typename FillChar >
fmt::StrFormatSpec< Char >::StrFormatSpec ( const Char str,
unsigned  width,
FillChar  fill 
)
inline
1554  : AlignSpec(width, fill), str_(str) {
1556  }
const Char * str_
Definition: format.h:1549
wchar_t fill() const
Definition: format.h:1493
const Char * str() const
Definition: format.h:1558
No & convert(...)
AlignSpec(unsigned width, wchar_t fill, Alignment align=ALIGN_DEFAULT)
Definition: format.h:1500
unsigned width() const
Definition: format.h:1492

+ Here is the call graph for this function:

Member Function Documentation

template<typename Char>
const Char* fmt::StrFormatSpec< Char >::str ( ) const
inline
1558 { return str_; }
const Char * str_
Definition: format.h:1549

Member Data Documentation

template<typename Char>
const Char* fmt::StrFormatSpec< Char >::str_
private

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