_STLP_BEGIN_NAMESPACE typedef money_get< char, istreambuf_iterator< char, char_traits< char > > > | money_get_char_2 |
typedef money_put< char, ostreambuf_iterator< char, char_traits< char > > > | money_put_char_2 |
__DECLARE_INSTANCE | ( | locale::id | , |
money_get_char_2::id | |||
) |
__DECLARE_INSTANCE | ( | locale::id | , |
money_put_char_2::id | |||
) |
typedef money_put< wchar_t, wchar_t * > | money_put_wchar_t |
typedef money_put< wchar_t, ostreambuf_iterator< wchar_t, char_traits< wchar_t > > > | money_put_wchar_t_2 |
__DECLARE_INSTANCE | ( | locale::id | , |
money_get_wchar_t_2::id | |||
) |
__DECLARE_INSTANCE | ( | locale::id | , |
money_put_wchar_t_2::id | |||
) |
_STLP_MOVE_TO_PRIV_NAMESPACE pair< _InIt1, bool > | __get_string | ( | _InIt1 | __first, |
_InIt1 | __last, | |||
_InIt2 | __str_first, | |||
_InIt2 | __str_last | |||
) |
bool | __get_monetary_value | ( | _InIt & | __first, |
_InIt | __last, | |||
_OuIt | __out_ite, | |||
const ctype< _CharT > & | _c_type, | |||
_CharT | __point, | |||
int | __frac_digits, | |||
_CharT | __sep, | |||
const string & | __grouping, | |||
bool & | __syntax_ok | |||
) |
_InputIter | __money_do_get | ( | _InputIter | __s, |
_InputIter | __end, | |||
bool | __intl, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
_StrType & | __digits, | |||
bool & | __is_positive, | |||
_CharT * | ||||
) |
_STLP_MOVE_TO_PRIV_NAMESPACE _OutputIter | __money_do_put | ( | _OutputIter | __s, |
bool | __intl, | |||
ios_base & | __str, | |||
_CharT | __fill, | |||
const _Str & | __digits, | |||
bool | __check_digits, | |||
_Str_Type * | ||||
) |