NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
A facet class used to change decimal and thousands separator. More...
Public Member Functions | |
change_dec_sep (char_type cDecSep, char_type cThousandsSep=0, int nGroup=3) | |
Protected Member Functions | |
virtual char_type | do_decimal_point () const |
virtual char_type | do_thousands_sep () const |
virtual std::string | do_grouping () const |
Private Attributes | |
int | m_nGroup |
char_type | m_cDecPoint |
char_type | m_cThousandsSep |
A facet class used to change decimal and thousands separator.
Definition at line 88 of file muParserInt.h.
|
inlineexplicit |
Definition at line 92 of file muParserInt.h.
|
inlineprotectedvirtual |
Definition at line 101 of file muParserInt.h.
References mu::ParserInt::change_dec_sep< TChar >::m_cDecPoint.
|
inlineprotectedvirtual |
Definition at line 111 of file muParserInt.h.
References mu::ParserInt::change_dec_sep< TChar >::m_nGroup.
|
inlineprotectedvirtual |
Definition at line 106 of file muParserInt.h.
References mu::ParserInt::change_dec_sep< TChar >::m_cThousandsSep.
|
private |
Definition at line 119 of file muParserInt.h.
Referenced by mu::ParserInt::change_dec_sep< TChar >::do_decimal_point().
|
private |
Definition at line 120 of file muParserInt.h.
Referenced by mu::ParserInt::change_dec_sep< TChar >::do_thousands_sep().
|
private |
Definition at line 118 of file muParserInt.h.
Referenced by mu::ParserInt::change_dec_sep< TChar >::do_grouping().