#include <io.hpp>
Public Member Functions | |
format_punct (size_t a=0) | |
format_punct (format_punct const &) | |
Public Attributes | |
char_type | delim_left |
char_type | delim_right |
bool | formatted |
char_type | newline |
order_type | order |
unsigned | precision |
char_type | separator |
char_type | space |
unsigned | width |
Static Public Attributes | |
static std::locale::id | id |
Private Types | |
typedef CTy | char_type |
typedef CTy glm::io::format_punct< CTy >::char_type [private] |
glm::io::format_punct< CTy >::format_punct | ( | size_t | a = 0 | ) | [explicit] |
glm::io::format_punct< CTy >::format_punct | ( | format_punct< CTy > const & | ) | [explicit] |
char_type glm::io::format_punct< CTy >::delim_left |
char_type glm::io::format_punct< CTy >::delim_right |
bool glm::io::format_punct< CTy >::formatted |
std::locale::id glm::io::format_punct< CTy >::id [static] |
char_type glm::io::format_punct< CTy >::newline |
order_type glm::io::format_punct< CTy >::order |
unsigned glm::io::format_punct< CTy >::precision |
char_type glm::io::format_punct< CTy >::separator |
char_type glm::io::format_punct< CTy >::space |
unsigned glm::io::format_punct< CTy >::width |