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>

Inherits std::locale::facet.

List of all members.

Public Types


Public Methods


Static Public Attributes


Protected Methods

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


Member Typedef Documentation

typedef _CharT char_type
 

typedef _InIter iter_type
 

typedef basic_string<_CharT> string_type
 


Constructor & Destructor Documentation

money_get ( size_t __refs = 0 ) [inline, explicit]
 

~money_get ( ) [inline, protected, virtual]
 


Member Function Documentation

iter_type get ( iter_type __s,
iter_type __end,
bool __intl,
ios_base & __f,
ios_base::iostate & __err,
long double & __units ) const [inline]
 

iter_type get ( iter_type __s,
iter_type __end,
bool __intl,
ios_base & __f,
ios_base::iostate & __err,
string_type & __digits ) const [inline]
 

iter_type do_get ( iter_type __s,
iter_type,
bool,
ios_base &,
ios_base::iostate &,
long double & ) const [inline, protected, virtual]
 

iter_type do_get ( iter_type __s,
iter_type,
bool,
ios_base &,
ios_base::iostate &,
string_type & ) const [inline, protected, virtual]
 


Member Data Documentation

locale::id id [static]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:34 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001