Whole document tree
    

Whole document tree

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

std::money_put< _CharT, _OutIter > Class Template Reference

#include <locale_facets.h>

Inheritance diagram for std::money_put:

Inheritance graph
[legend]
Collaboration diagram for std::money_put< _CharT, _OutIter >:

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< _CharT, _OutIter >


Member Typedef Documentation

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

Definition at line 1247 of file locale_facets.h.

Referenced by std::money_put< _CharT, _OutIter >::do_put(), and std::money_put< _CharT, _OutIter >::put().

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

Definition at line 1248 of file locale_facets.h.

Referenced by std::money_put< _CharT, _OutIter >::do_put(), and std::money_put< _CharT, _OutIter >::put().

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

Definition at line 1249 of file locale_facets.h.


Constructor & Destructor Documentation

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

Definition at line 1254 of file locale_facets.h.

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

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

Definition at line 1268 of file locale_facets.h.


Member Function Documentation

template<typename _CharT, typename _OutIter>
virtual 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 1276 of file locale_facets.h.

References std::money_put< _CharT, _OutIter >::char_type, and std::money_put< _CharT, _OutIter >::iter_type.

template<typename _CharT, typename _OutIter>
virtual 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 1271 of file locale_facets.h.

References std::money_put< _CharT, _OutIter >::char_type, and std::money_put< _CharT, _OutIter >::iter_type.

Referenced by std::money_put< _CharT, _OutIter >::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 1262 of file locale_facets.h.

References std::money_put< _CharT, _OutIter >::char_type, std::money_put< _CharT, _OutIter >::do_put(), and std::money_put< _CharT, _OutIter >::iter_type.

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

References std::money_put< _CharT, _OutIter >::char_type, std::money_put< _CharT, _OutIter >::do_put(), and std::money_put< _CharT, _OutIter >::iter_type.


Member Data Documentation

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

Definition at line 1282 of file locale_facets.h.


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