money_put< _CharT, _OutputIter > Class Template Reference

#include <_monetary.h>

Inheritance diagram for money_put< _CharT, _OutputIter >:

locale::facet _Refcount_Base List of all members.

Public Types

typedef _CharT char_type
typedef _OutputIter iter_type
typedef basic_string< _CharT,
char_traits< _CharT >, allocator<
_CharT > > 
string_type

Public Member Functions

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

Static Public Attributes

static _STLP_STATIC_MEMBER_DECLSPEC
locale::id 
id

Protected Member Functions

 ~money_put ()
virtual iter_type do_put (iter_type __s, bool __intl, ios_base &__str, char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const
virtual iter_type do_put (iter_type __s, bool __intl, ios_base &__str, char_type __fill, const string_type &__digits) const

Friends

class _Locale_impl

Detailed Description

template<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
class money_put< _CharT, _OutputIter >

Definition at line 416 of file _monetary.h.


Member Typedef Documentation

template<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
typedef _CharT money_put< _CharT, _OutputIter >::char_type

Definition at line 420 of file _monetary.h.

template<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
typedef _OutputIter money_put< _CharT, _OutputIter >::iter_type

Definition at line 421 of file _monetary.h.

template<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > money_put< _CharT, _OutputIter >::string_type

Definition at line 422 of file _monetary.h.


Constructor & Destructor Documentation

template<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
money_put< _CharT, _OutputIter >::money_put ( size_t  __refs = 0  )  [inline]

Definition at line 424 of file _monetary.h.

template<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
money_put< _CharT, _OutputIter >::~money_put (  )  [inline, protected]

Definition at line 436 of file _monetary.h.


Member Function Documentation

template<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
iter_type money_put< _CharT, _OutputIter >::put ( iter_type  __s,
bool  __intl,
ios_base __str,
char_type  __fill,
_STLP_LONGEST_FLOAT_TYPE  __units 
) const [inline]

Definition at line 425 of file _monetary.h.

References money_put< _CharT, _OutputIter >::do_put().

template<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
iter_type money_put< _CharT, _OutputIter >::put ( iter_type  __s,
bool  __intl,
ios_base __str,
char_type  __fill,
const string_type __digits 
) const [inline]

Definition at line 428 of file _monetary.h.

References money_put< _CharT, _OutputIter >::do_put().

template<class _CharT, class _OutputIter>
_STLP_MOVE_TO_STD_NAMESPACE _OutputIter money_put< _CharT, _OutputIter >::do_put ( iter_type  __s,
bool  __intl,
ios_base __str,
char_type  __fill,
_STLP_LONGEST_FLOAT_TYPE  __units 
) const [protected, virtual]

template<class _CharT, class _OutputIter>
_OutputIter money_put< _CharT, _OutputIter >::do_put ( iter_type  __s,
bool  __intl,
ios_base __str,
char_type  __fill,
const string_type __digits 
) const [protected, virtual]

Definition at line 593 of file _monetary.c.

References __money_do_put(), __STATIC_CAST, and _STLP_PRIV.


Friends And Related Function Documentation

template<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
friend class _Locale_impl [friend]

Reimplemented from locale::facet.

Definition at line 417 of file _monetary.h.


Member Data Documentation

template<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
_STLP_STATIC_MEMBER_DECLSPEC locale::id money_put< _CharT, _OutputIter >::id [static]

Definition at line 433 of file _monetary.h.


The documentation for this class was generated from the following files:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_monetary.h
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_monetary.c



Generated on Mon Mar 10 15:33:01 2008 by  doxygen 1.5.1