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

std::money_put 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 _OutIter> class std::money_put


Member Typedef Documentation

typedef _CharT char_type
 

typedef _OutIter iter_type
 

typedef basic_string<_CharT> string_type
 


Constructor & Destructor Documentation

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

~money_put ( ) [inline, protected, virtual]
 


Member Function Documentation

iter_type put ( iter_type __s,
bool __intl,
ios_base & __f,
char_type __fill,
long double __units ) const [inline]
 

iter_type put ( iter_type __s,
bool __intl,
ios_base & __f,
char_type __fill,
const string_type & __digits ) const [inline]
 

iter_type do_put ( iter_type __s,
bool,
ios_base &,
char_type,
long double ) const [inline, protected, virtual]
 

iter_type do_put ( iter_type __s,
bool,
ios_base &,
char_type,
const 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