Rosetta  2020.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
fmt::StrFormatSpec< Char > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::StrFormatSpec< Char >:
Inheritance graph
[legend]

Public Member Functions

template<typename FillChar >
 StrFormatSpec (const Char *str, unsigned width, FillChar fill)
 
const Char * str () 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 Char * str_
 

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

References convert().

Member Function Documentation

template<typename Char>
const Char* fmt::StrFormatSpec< Char >::str ( ) const
inline

Member Data Documentation

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

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