STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
lconv Struct Reference

#include <locale.h>

Public Attributes

chardecimal_point
 
charthousands_sep
 
chargrouping
 
charint_curr_symbol
 
charcurrency_symbol
 
charmon_decimal_point
 
charmon_thousands_sep
 
charmon_grouping
 
charpositive_sign
 
charnegative_sign
 
char int_frac_digits
 
char frac_digits
 
char p_cs_precedes
 
char p_sep_by_space
 
char n_cs_precedes
 
char n_sep_by_space
 
char p_sign_posn
 
char n_sign_posn
 
wchar_t_W_decimal_point
 
wchar_t_W_thousands_sep
 
wchar_t_W_int_curr_symbol
 
wchar_t_W_currency_symbol
 
wchar_t_W_mon_decimal_point
 
wchar_t_W_mon_thousands_sep
 
wchar_t_W_positive_sign
 
wchar_t_W_negative_sign
 

Member Data Documentation

wchar_t* lconv::_W_currency_symbol
wchar_t* lconv::_W_decimal_point
wchar_t* lconv::_W_int_curr_symbol
wchar_t* lconv::_W_mon_decimal_point
wchar_t* lconv::_W_mon_thousands_sep
wchar_t* lconv::_W_negative_sign
wchar_t* lconv::_W_positive_sign
wchar_t* lconv::_W_thousands_sep
char* lconv::currency_symbol
char* lconv::decimal_point
char lconv::frac_digits
char* lconv::grouping
char* lconv::int_curr_symbol
char lconv::int_frac_digits
char* lconv::mon_decimal_point
char* lconv::mon_grouping
char* lconv::mon_thousands_sep
char lconv::n_cs_precedes
char lconv::n_sep_by_space
char lconv::n_sign_posn
char* lconv::negative_sign
char lconv::p_cs_precedes
char lconv::p_sep_by_space
char lconv::p_sign_posn
char* lconv::positive_sign
char* lconv::thousands_sep

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