NGL  6.5
The NCCA Graphics Library
fmt::TypeSpec< TYPE > Struct Template Reference

#include <format.h>

+ Inheritance diagram for fmt::TypeSpec< TYPE >:
+ Collaboration diagram for fmt::TypeSpec< TYPE >:

Public Member Functions

Alignment align () const
 
unsigned width () const
 
int precision () const
 
bool flag (unsigned) const
 
char type () const
 
char fill () const
 

Detailed Description

template<char TYPE>
struct fmt::TypeSpec< TYPE >

Definition at line 1603 of file format.h.

Member Function Documentation

template<char TYPE>
Alignment fmt::TypeSpec< TYPE >::align ( ) const
inline

Definition at line 1604 of file format.h.

References fmt::ALIGN_DEFAULT.

template<char TYPE>
char fmt::TypeSpec< TYPE >::fill ( ) const
inline

Definition at line 1609 of file format.h.

template<char TYPE>
bool fmt::TypeSpec< TYPE >::flag ( unsigned  ) const
inline

Definition at line 1607 of file format.h.

template<char TYPE>
int fmt::TypeSpec< TYPE >::precision ( ) const
inline

Definition at line 1606 of file format.h.

template<char TYPE>
char fmt::TypeSpec< TYPE >::type ( ) const
inline

Definition at line 1608 of file format.h.

template<char TYPE>
unsigned fmt::TypeSpec< TYPE >::width ( ) const
inline

Definition at line 1605 of file format.h.


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