NGL  6.5
The NCCA Graphics Library
fmt::IntFormatSpec< T, SpecT, Char > Class Template Reference

#include <format.h>

+ Inheritance diagram for fmt::IntFormatSpec< T, SpecT, Char >:
+ Collaboration diagram for fmt::IntFormatSpec< T, SpecT, Char >:

Public Member Functions

 IntFormatSpec (T val, const SpecT &spec=SpecT())
 
value () const
 

Private Attributes

value_
 

Detailed Description

template<typename T, typename SpecT = TypeSpec<0>, typename Char = char>
class fmt::IntFormatSpec< T, SpecT, Char >

Definition at line 1663 of file format.h.

Constructor & Destructor Documentation

template<typename T, typename SpecT = TypeSpec<0>, typename Char = char>
fmt::IntFormatSpec< T, SpecT, Char >::IntFormatSpec ( val,
const SpecT &  spec = SpecT() 
)
inline

Definition at line 1668 of file format.h.

Member Function Documentation

template<typename T, typename SpecT = TypeSpec<0>, typename Char = char>
T fmt::IntFormatSpec< T, SpecT, Char >::value ( ) const
inline

Definition at line 1671 of file format.h.

Member Data Documentation

template<typename T, typename SpecT = TypeSpec<0>, typename Char = char>
T fmt::IntFormatSpec< T, SpecT, Char >::value_
private

Definition at line 1665 of file format.h.


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