Tools.h++ Class Reference

Table Of Contents
RWCString mon_thousands_sep_;
RWCString mon_grouping_;
RWCString positive_sign_;
RWCString negative_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_;
These are defined identically as the correspondingly-named members of the standard C
library type lconv, from <locale.h>.