num_put Class Reference

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

class num_put : public locale::facet

Inherits from

Public Member Type Definitions
typedef_CharT char_type
typedef_OutputIter iter_type
Public Attributes
_STLP_STATIC_MEMBER_DECLSPEC locale::idid
Public Member Functions
num_put(size_t)
locale::id id()
iter_type put(iter_type, ios_base &, char_type, bool)
iter_type put(iter_type, ios_base &, char_type, long)
iter_type put(iter_type, ios_base &, char_type, unsigned long)
iter_type put(iter_type, ios_base &, char_type, double)
iter_type put(iter_type, ios_base &, char_type, long double)
iter_type put(iter_type, ios_base &, char_type, const void *)
Protected Member Functions
~num_put()
virtual _OutputIterdo_put(_OutputIter, ios_base &, _CharT, bool)
virtual _OutputIterdo_put(_OutputIter, ios_base &, _CharT, long)
virtual _OutputIterdo_put(_OutputIter, ios_base &, _CharT, unsigned long)
virtual _OutputIterdo_put(_OutputIter, ios_base &, _CharT, double)
virtual _OutputIterdo_put(_OutputIter, ios_base &, _CharT, long double)
virtual _OutputIterdo_put(_OutputIter, ios_base &, _CharT, const void *)
Inherited Functions
_Refcount_Base::_M_decr()
_Refcount_Base::_M_incr()
_Refcount_Base::_Refcount_Base(__stl_atomic_t)
locale::facet::facet(size_t)
locale::facet::~facet()

Member Type Definition Documentation

Typedef char_type

typedef _CharTchar_type

Typedef iter_type

typedef _OutputIteriter_type

Member Attribute Documentation

id

_STLP_STATIC_MEMBER_DECLSPEC locale::idid[static]

Constructor & Destructor Documentation

num_put ( size_t )

num_put(size_t__refs = 0)[inline, explicit]

~num_put ( )

~num_put()[protected, inline]

Member Function Documentation

do_put ( _OutputIter, ios_base &, _CharT, bool )

_OutputIterdo_put(_OutputIter__s,
ios_base &__f,
_CharT__fill,
bool__val
)const [protected, virtual]

do_put ( _OutputIter, ios_base &, _CharT, long )

_OutputIterdo_put(_OutputIter__s,
ios_base &__f,
_CharT__fill,
long__val
)const [protected, virtual]

do_put ( _OutputIter, ios_base &, _CharT, unsigned long )

_OutputIterdo_put(_OutputIter__s,
ios_base &__f,
_CharT__fill,
unsigned long__val
)const [protected, virtual]

do_put ( _OutputIter, ios_base &, _CharT, double )

_OutputIterdo_put(_OutputIter__s,
ios_base &__f,
_CharT__fill,
double__val
)const [protected, virtual]

do_put ( _OutputIter, ios_base &, _CharT, long double )

_OutputIterdo_put(_OutputIter__s,
ios_base &__f,
_CharT__fill,
long double__val
)const [protected, virtual]

do_put ( _OutputIter, ios_base &, _CharT, const void * )

_OutputIterdo_put(_OutputIter__s,
ios_base &__f,
_CharT__fill,
const void *__val
)const [protected, virtual]

id ( )

put ( iter_type, ios_base &, char_type, bool )

iter_type put(iter_type__s,
ios_base &__f,
char_type__fill,
bool__val
)const [inline]

put ( iter_type, ios_base &, char_type, long )

iter_type put(iter_type__s,
ios_base &__f,
char_type__fill,
long__val
)const [inline]

put ( iter_type, ios_base &, char_type, unsigned long )

iter_type put(iter_type__s,
ios_base &__f,
char_type__fill,
unsigned long__val
)const [inline]

put ( iter_type, ios_base &, char_type, double )

iter_type put(iter_type__s,
ios_base &__f,
char_type__fill,
double__val
)const [inline]

put ( iter_type, ios_base &, char_type, long double )

iter_type put(iter_type__s,
ios_base &__f,
char_type__fill,
long double__val
)const [inline]

put ( iter_type, ios_base &, char_type, const void * )

iter_type put(iter_type__s,
ios_base &__f,
char_type__fill,
const void *__val
)const [inline]