money_get Class Reference

#include <stdapis/stlportv5/stl/_monetary.h>

Link against: libstdcppv5.lib

class money_get : public locale::facet

Inherits from

Public Member Type Definitions
typedef_CharT char_type
typedef_InputIter iter_type
typedef basic_string< _CharT, char_traits< _CharT >, allocator< _CharT > > string_type
Public Attributes
_STLP_STATIC_MEMBER_DECLSPEC locale::idid
Public Member Functions
money_get(size_t)
iter_type get(iter_type, iter_type, bool, ios_base &, ios_base::iostate &, _STLP_LONGEST_FLOAT_TYPE &)
iter_type get(iter_type, iter_type, bool, ios_base &, ios_base::iostate &, string_type &)
locale::id id()
Protected Member Functions
~money_get()
virtual iter_type do_get(iter_type, iter_type, bool, ios_base &, ios_base::iostate &, _STLP_LONGEST_FLOAT_TYPE &)
virtual iter_type do_get(iter_type, iter_type, bool, ios_base &, ios_base::iostate &, string_type &)
Inherited Functions
_Refcount_Base::_M_decr()
_Refcount_Base::_M_incr()
_Refcount_Base::_Refcount_Base(__stl_atomic_t)
locale::facet::_get_facet
locale::facet::_release_facet
locale::facet::facet(size_t)
locale::facet::locale
locale::facet::~facet()

Member Type Definition Documentation

Typedef char_type

typedef _CharTchar_type

Typedef iter_type

typedef _InputIteriter_type

Typedef string_type

typedef basic_string< _CharT, char_traits< _CharT >, allocator< _CharT > >string_type

Member Attribute Documentation

id

_STLP_STATIC_MEMBER_DECLSPEC locale::idid[static]

Constructor & Destructor Documentation

money_get ( size_t )

money_get(size_t__refs = 0)[inline]

~money_get ( )

~money_get()[protected, inline]

Member Function Documentation

do_get ( iter_type, iter_type, bool, ios_base &, ios_base::iostate &, _STLP_LONGEST_FLOAT_TYPE & )

iter_type do_get(iter_type__s,
iter_type__end,
bool__intl,
ios_base &__str,
ios_base::iostate &__err,
_STLP_LONGEST_FLOAT_TYPE &__units
)const [protected, virtual]

do_get ( iter_type, iter_type, bool, ios_base &, ios_base::iostate &, string_type & )

iter_type do_get(iter_type__s,
iter_type__end,
bool__intl,
ios_base &__str,
ios_base::iostate &__err,
string_type &__digits
)const [protected, virtual]

get ( iter_type, iter_type, bool, ios_base &, ios_base::iostate &, _STLP_LONGEST_FLOAT_TYPE & )

iter_type get(iter_type__s,
iter_type__end,
bool__intl,
ios_base &__str,
ios_base::iostate &__err,
_STLP_LONGEST_FLOAT_TYPE &__units
)const [inline]

get ( iter_type, iter_type, bool, ios_base &, ios_base::iostate &, string_type & )

iter_type get(iter_type__s,
iter_type__end,
bool__intl,
ios_base &__str,
ios_base::iostate &__err,
string_type &__digits
)const [inline]

id ( )