_monetary.c File Reference

_STLP_MONETARY_C

money_get_char_2

_STLP_BEGIN_NAMESPACE typedef money_get< char, istreambuf_iterator< char, char_traits< char > > >money_get_char_2

Typedef money_put_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_get_char_2::id
)

__DECLARE_INSTANCE ( locale::id, money_put_char_2::id )

__DECLARE_INSTANCE(locale::id,
money_put_char_2::id
)

Typedef money_put_wchar_t

typedef money_put< wchar_t, wchar_t * >money_put_wchar_t

Typedef money_put_wchar_t_2

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_get_wchar_t_2::id
)

__DECLARE_INSTANCE ( locale::id, money_put_wchar_t_2::id )

__DECLARE_INSTANCE(locale::id,
money_put_wchar_t_2::id
)

__get_string ( _InIt1, _InIt1, _InIt2, _InIt2 )

_STLP_MOVE_TO_PRIV_NAMESPACE pair< _InIt1, bool >__get_string(_InIt1__first,
_InIt1__last,
_InIt2__str_first,
_InIt2__str_last
)

__get_monetary_value ( _InIt &, _InIt, _OuIt, const ctype< _CharT > &, _CharT, int, _CharT, const string &, bool & )

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
)

__money_do_get ( _InputIter, _InputIter, bool, ios_base &, ios_base::iostate &, _StrType &, bool &, _CharT * )

_InputIter__money_do_get(_InputIter__s,
_InputIter__end,
bool__intl,
ios_base &__str,
ios_base::iostate &__err,
_StrType &__digits,
bool &__is_positive,
_CharT *
)

__money_do_put ( _OutputIter, bool, ios_base &, _CharT, const _Str &, bool, _Str_Type * )

_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 *
)