money_put Class Reference

#include <stdapis/stlportv5/stl/_monetary.h>

Link against: libstdcppv5.lib

class money_put : public locale::facet

Inherits from

Public Member Type Definitions
typedef_CharT char_type
typedef_OutputIter iter_type
typedef basic_string< _CharT, char_traits< _CharT >, allocator< _CharT > > string_type
Public Attributes
_STLP_STATIC_MEMBER_DECLSPEC locale::idid
Public Member Functions
money_put(size_t)
locale::id id()
iter_type put(iter_type, bool, ios_base &, char_type, _STLP_LONGEST_FLOAT_TYPE)
iter_type put(iter_type, bool, ios_base &, char_type, const string_type &)
Protected Member Functions
~money_put()
virtual iter_type do_put(iter_type, bool, ios_base &, char_type, _STLP_LONGEST_FLOAT_TYPE)
virtual iter_type do_put(iter_type, bool, ios_base &, char_type, const string_type &)
Inherited Functions
_Refcount_Base::_M_decr()
_Refcount_Base::_M_incr()
_Refcount_Base::_Refcount_Base(__stl_atomic_t)
locale::facet::_get_facet
locale::facet::_release_facet
locale::facet::facet(size_t)
locale::facet::locale
locale::facet::~facet()

Member Type Definition Documentation

Typedef char_type

typedef _CharTchar_type

Typedef iter_type

typedef _OutputIteriter_type

Typedef string_type

typedef basic_string< _CharT, char_traits< _CharT >, allocator< _CharT > >string_type

Member Attribute Documentation

id

_STLP_STATIC_MEMBER_DECLSPEC locale::idid[static]

Constructor & Destructor Documentation

money_put ( size_t )

money_put(size_t__refs = 0)[inline]

~money_put ( )

~money_put()[protected, inline]

Member Function Documentation

do_put ( iter_type, bool, ios_base &, char_type, _STLP_LONGEST_FLOAT_TYPE )

iter_type do_put(iter_type__s,
bool__intl,
ios_base &__str,
char_type__fill,
_STLP_LONGEST_FLOAT_TYPE__units
)const [protected, virtual]

do_put ( iter_type, bool, ios_base &, char_type, const string_type & )

iter_type do_put(iter_type__s,
bool__intl,
ios_base &__str,
char_type__fill,
const string_type &__digits
)const [protected, virtual]

id ( )

put ( iter_type, bool, ios_base &, char_type, _STLP_LONGEST_FLOAT_TYPE )

iter_type put(iter_type__s,
bool__intl,
ios_base &__str,
char_type__fill,
_STLP_LONGEST_FLOAT_TYPE__units
)const [inline]

put ( iter_type, bool, ios_base &, char_type, const string_type & )

iter_type put(iter_type__s,
bool__intl,
ios_base &__str,
char_type__fill,
const string_type &__digits
)const [inline]