Tools.h++ Manual
104011 Tandem Computers Incorporated 21-141
21
virtual RWBoolean stringToMoney(const RWCString&,
double* ,
RWLocale::CurrSymbol=LOCAL) const;
Redefined from class
RWLocale
. These virtual functions follow the interface
described under class
RWLocale
. They generally work by converting values to
and from strings using the rules specified by the
struct lconv
values (see
<locale.h>
) encapsulated in self.
Public data members
RWCString decimal_point_;
RWCString thousands_sep_;
RWCString grouping_;
RWCString int_curr_symbol_;
RWCString currency_symbol_;
RWCString mon_decimal_point_;
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>
.