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>

Inheritance diagram for std::money_put:

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

Collaboration graph
[legend]
List of all members.

Public Types

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

Public Methods

 money_put (size_t __refs=0)
iter_type put (iter_type __s, bool __intl, ios_base &__f, char_type __fill, long double __units) const
iter_type put (iter_type __s, bool __intl, ios_base &__f, char_type __fill, const string_type &__digits) const

Static Public Attributes

locale::id id

Protected Methods

virtual ~money_put ()
virtual iter_type do_put (iter_type __s, bool, ios_base &, char_type, long double) const
virtual iter_type do_put (iter_type __s, bool, ios_base &, char_type, const string_type &) const

template<typename _CharT, typename _OutIter> class std::money_put


Member Typedef Documentation

template<typename _CharT, typename _OutIter>
typedef _CharT std::money_put<_CharT, _OutIter>::char_type
 

Definition at line 1200 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
typedef _OutIter std::money_put<_CharT, _OutIter>::iter_type
 

Definition at line 1201 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
typedef basic_string<_CharT> std::money_put<_CharT, _OutIter>::string_type
 

Definition at line 1202 of file locale_facets.h.


Constructor & Destructor Documentation

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

Definition at line 1207 of file locale_facets.h.

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

Definition at line 1221 of file locale_facets.h.


Member Function Documentation

template<typename _CharT, typename _OutIter>
iter_type std::money_put<_CharT, _OutIter>::do_put ( iter_type __s,
bool,
ios_base &,
char_type,
const string_type & ) const [inline, protected, virtual]
 

Definition at line 1229 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
iter_type std::money_put<_CharT, _OutIter>::do_put ( iter_type __s,
bool,
ios_base &,
char_type,
long double ) const [inline, protected, virtual]
 

Definition at line 1224 of file locale_facets.h.

Referenced by put().

template<typename _CharT, typename _OutIter>
iter_type std::money_put<_CharT, _OutIter>::put ( iter_type __s,
bool __intl,
ios_base & __f,
char_type __fill,
const string_type & __digits ) const [inline]
 

Definition at line 1215 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
iter_type std::money_put<_CharT, _OutIter>::put ( iter_type __s,
bool __intl,
ios_base & __f,
char_type __fill,
long double __units ) const [inline]
 

Definition at line 1210 of file locale_facets.h.


Member Data Documentation

template<typename _CharT, typename _OutIter>
locale::id std::money_put<_CharT, _OutIter>::id [static]
 

Definition at line 1204 of file locale_facets.h.


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