Whole document tree
    

Whole document tree

Templatestd::money_get class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::money_get< _CharT, _InIter > Class Template Reference

#include <locale_facets.h>

Inheritance diagram for std::money_get:

Inheritance graph
[legend]
Collaboration diagram for std::money_get< _CharT, _InIter >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _CharT char_type
typedef _InIter iter_type
typedef basic_string< _CharT > string_type

Public Methods

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

Static Public Attributes

locale::id id

Protected Methods

virtual ~money_get ()
virtual iter_type do_get (iter_type __s, iter_type, bool, ios_base &, ios_base::iostate &, long double &) const
virtual iter_type do_get (iter_type __s, iter_type, bool, ios_base &, ios_base::iostate &, string_type &) const

template<typename _CharT, typename _InIter>
class std::money_get< _CharT, _InIter >


Member Typedef Documentation

template<typename _CharT, typename _InIter>
typedef _CharT std::money_get< _CharT, _InIter >::char_type
 

Definition at line 1204 of file locale_facets.h.

template<typename _CharT, typename _InIter>
typedef _InIter std::money_get< _CharT, _InIter >::iter_type
 

Definition at line 1205 of file locale_facets.h.

Referenced by std::money_get< _CharT, _InIter >::do_get(), and std::money_get< _CharT, _InIter >::get().

template<typename _CharT, typename _InIter>
typedef basic_string<_CharT> std::money_get< _CharT, _InIter >::string_type
 

Definition at line 1206 of file locale_facets.h.


Constructor & Destructor Documentation

template<typename _CharT, typename _InIter>
std::money_get< _CharT, _InIter >::money_get size_t    __refs = 0 [inline, explicit]
 

Definition at line 1211 of file locale_facets.h.

References std::locale::facet::facet().

template<typename _CharT, typename _InIter>
virtual std::money_get< _CharT, _InIter >::~money_get   [inline, protected, virtual]
 

Definition at line 1225 of file locale_facets.h.


Member Function Documentation

template<typename _CharT, typename _InIter>
virtual iter_type std::money_get< _CharT, _InIter >::do_get iter_type    __s,
iter_type   ,
bool   ,
ios_base  ,
ios_base::iostate  ,
string_type  
const [inline, protected, virtual]
 

Definition at line 1234 of file locale_facets.h.

References std::money_get< _CharT, _InIter >::iter_type.

template<typename _CharT, typename _InIter>
virtual iter_type std::money_get< _CharT, _InIter >::do_get iter_type    __s,
iter_type   ,
bool   ,
ios_base  ,
ios_base::iostate  ,
long double &   
const [inline, protected, virtual]
 

Definition at line 1228 of file locale_facets.h.

References std::money_get< _CharT, _InIter >::iter_type.

Referenced by std::money_get< _CharT, _InIter >::get().

template<typename _CharT, typename _InIter>
iter_type std::money_get< _CharT, _InIter >::get iter_type    __s,
iter_type    __end,
bool    __intl,
ios_base   __f,
ios_base::iostate   __err,
string_type   __digits
const [inline]
 

Definition at line 1219 of file locale_facets.h.

References std::money_get< _CharT, _InIter >::do_get(), and std::money_get< _CharT, _InIter >::iter_type.

template<typename _CharT, typename _InIter>
iter_type std::money_get< _CharT, _InIter >::get iter_type    __s,
iter_type    __end,
bool    __intl,
ios_base   __f,
ios_base::iostate   __err,
long double &    __units
const [inline]
 

Definition at line 1214 of file locale_facets.h.

References std::money_get< _CharT, _InIter >::do_get(), and std::money_get< _CharT, _InIter >::iter_type.


Member Data Documentation

template<typename _CharT, typename _InIter>
locale::id std::money_get< _CharT, _InIter >::id [static]
 

Definition at line 1241 of file locale_facets.h.


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:19:09 2002 for libstdc++-v3 Source by doxygen1.2.15