Pyrogenesis  trunk
Public Member Functions | Private Attributes | List of all members
fmt::StrFormatSpec< T > Class Template Reference

#include <format.h>

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

Public Member Functions

 StrFormatSpec (const T *str, unsigned width, wchar_t fill)
 
const Tstr () 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 Tstr_
 

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 T>
fmt::StrFormatSpec< T >::StrFormatSpec ( const T str,
unsigned  width,
wchar_t  fill 
)
inline

Member Function Documentation

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

Member Data Documentation

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

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