Cinder  0.9.1
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
glm::io::format_punct< CTy > Class Template Reference

#include <io.hpp>

Inherits facet.

Public Member Functions

 format_punct (size_t a=0)
 
 format_punct (format_punct const &)
 

Public Attributes

bool formatted
 
unsigned precision
 
unsigned width
 
char_type separator
 
char_type delim_left
 
char_type delim_right
 
char_type space
 
char_type newline
 
order_type order
 

Static Public Attributes

static std::locale::id id
 

Constructor & Destructor Documentation

template<typename CTy >
GLM_FUNC_QUALIFIER glm::io::format_punct< CTy >::format_punct ( size_t  a = 0)
explicit
template<typename CTy >
GLM_FUNC_QUALIFIER glm::io::format_punct< CTy >::format_punct ( format_punct< CTy > const &  a)
explicit

Member Data Documentation

template<typename CTy >
std::locale::id glm::io::format_punct< CTy >::id
static
template<typename CTy >
bool glm::io::format_punct< CTy >::formatted
template<typename CTy >
unsigned glm::io::format_punct< CTy >::precision
template<typename CTy >
unsigned glm::io::format_punct< CTy >::width
template<typename CTy >
char_type glm::io::format_punct< CTy >::separator
template<typename CTy >
char_type glm::io::format_punct< CTy >::delim_left
template<typename CTy >
char_type glm::io::format_punct< CTy >::delim_right
template<typename CTy >
char_type glm::io::format_punct< CTy >::space
template<typename CTy >
char_type glm::io::format_punct< CTy >::newline
template<typename CTy >
order_type glm::io::format_punct< CTy >::order

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