money_get< _CharT, _InputIter > Class Template Reference

#include <_monetary.h>

Inheritance diagram for money_get< _CharT, _InputIter >:

locale::facet _Refcount_Base List of all members.

Public Types

typedef _CharT char_type
typedef _InputIter iter_type
typedef basic_string< _CharT,
char_traits< _CharT >, allocator<
_CharT > > 
string_type

Public Member Functions

 money_get (size_t __refs=0)
iter_type get (iter_type __s, iter_type __end, bool __intl, ios_base &__str, ios_base::iostate &__err, _STLP_LONGEST_FLOAT_TYPE &__units) const
iter_type get (iter_type __s, iter_type __end, bool __intl, ios_base &__str, ios_base::iostate &__err, string_type &__digits) const

Static Public Attributes

static _STLP_STATIC_MEMBER_DECLSPEC
locale::id 
id

Protected Member Functions

 ~money_get ()
virtual 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
virtual iter_type do_get (iter_type __s, iter_type __end, bool __intl, ios_base &__str, ios_base::iostate &__err, string_type &__digits) const

Friends

class _Locale_impl

Detailed Description

template<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
class money_get< _CharT, _InputIter >

Definition at line 58 of file _monetary.h.


Member Typedef Documentation

template<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
typedef _CharT money_get< _CharT, _InputIter >::char_type

Definition at line 62 of file _monetary.h.

template<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
typedef _InputIter money_get< _CharT, _InputIter >::iter_type

Definition at line 63 of file _monetary.h.

template<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > money_get< _CharT, _InputIter >::string_type

Definition at line 64 of file _monetary.h.


Constructor & Destructor Documentation

template<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
money_get< _CharT, _InputIter >::money_get ( size_t  __refs = 0  )  [inline]

Definition at line 66 of file _monetary.h.

template<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
money_get< _CharT, _InputIter >::~money_get (  )  [inline, protected]

Definition at line 79 of file _monetary.h.


Member Function Documentation

template<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
iter_type money_get< _CharT, _InputIter >::get ( iter_type  __s,
iter_type  __end,
bool  __intl,
ios_base __str,
ios_base::iostate __err,
_STLP_LONGEST_FLOAT_TYPE &  __units 
) const [inline]

Definition at line 67 of file _monetary.h.

References money_get< _CharT, _InputIter >::do_get().

template<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
iter_type money_get< _CharT, _InputIter >::get ( iter_type  __s,
iter_type  __end,
bool  __intl,
ios_base __str,
ios_base::iostate __err,
string_type __digits 
) const [inline]

Definition at line 71 of file _monetary.h.

References money_get< _CharT, _InputIter >::do_get().

template<class _CharT, class _InputIter>
_STLP_MOVE_TO_STD_NAMESPACE _InputIter money_get< _CharT, _InputIter >::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]

template<class _CharT, class _InputIter>
_InputIter money_get< _CharT, _InputIter >::do_get ( iter_type  __s,
iter_type  __end,
bool  __intl,
ios_base __str,
ios_base::iostate __err,
string_type __digits 
) const [protected, virtual]

Definition at line 378 of file _monetary.c.

References __money_do_get(), and _STLP_PRIV.


Friends And Related Function Documentation

template<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
friend class _Locale_impl [friend]

Reimplemented from locale::facet.

Definition at line 59 of file _monetary.h.


Member Data Documentation

template<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
_STLP_STATIC_MEMBER_DECLSPEC locale::id money_get< _CharT, _InputIter >::id [static]

Definition at line 76 of file _monetary.h.


The documentation for this class was generated from the following files:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_monetary.h
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_monetary.c



Generated on Mon Mar 10 15:33:01 2008 by  doxygen 1.5.1