Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::money_get Class Template Reference

#include <locale_facets.h>

Inheritance diagram for std::money_get:

Inheritance graph
[legend]
Collaboration diagram for std::money_get:

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


Member Typedef Documentation

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

Definition at line 1157 of file locale_facets.h.

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

Definition at line 1158 of file locale_facets.h.

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

Definition at line 1159 of file locale_facets.h.


Constructor & Destructor Documentation

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

Definition at line 1164 of file locale_facets.h.

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

Definition at line 1178 of file locale_facets.h.


Member Function Documentation

template<typename _CharT, typename _InIter>
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 1187 of file locale_facets.h.

template<typename _CharT, typename _InIter>
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 1181 of file locale_facets.h.

Referenced by 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 1172 of file locale_facets.h.

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 1167 of file locale_facets.h.


Member Data Documentation

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

Definition at line 1161 of file locale_facets.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:23 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001