num_put Class Reference

class num_put : public locale::facet

Inherits from

  • num_put
Public Member Functions
num_put ( size_t )
_STLP_STATIC_MEMBER_DECLSPEC locale::id & GetFacetLocaleId ()
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 ()
_OutputIter do_put (_OutputIter, ios_base &, _CharT, bool)
_OutputIter do_put (_OutputIter, ios_base &, _CharT, long)
_OutputIter do_put (_OutputIter, ios_base &, _CharT, unsigned long)
_OutputIter do_put (_OutputIter, ios_base &, _CharT, double)
_OutputIter do_put (_OutputIter, ios_base &, _CharT, long double)
_OutputIter do_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()
Public Member Type Definitions
typedef _CharT char_type
typedef _OutputIter iter_type
Public Attributes
locale::id id

Constructor & Destructor Documentation

num_put(size_t)

num_put ( size_t __refs = 0 ) [inline, explicit]

Parameters

size_t __refs = 0

~num_put()

~num_put ( ) [protected, inline]

Member Functions Documentation

GetFacetLocaleId()

_STLP_STATIC_MEMBER_DECLSPEC locale::id & GetFacetLocaleId ( ) [static]

do_put(_OutputIter, ios_base &, _CharT, bool)

_OutputIter do_put ( _OutputIter __s,
ios_base & __f,
_CharT __fill,
bool __val
) const [protected, virtual]

Parameters

_OutputIter __s
ios_base & __f
_CharT __fill
bool __val

do_put(_OutputIter, ios_base &, _CharT, long)

_OutputIter do_put ( _OutputIter __s,
ios_base & __f,
_CharT __fill,
long __val
) const [protected, virtual]

Parameters

_OutputIter __s
ios_base & __f
_CharT __fill
long __val

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

_OutputIter do_put ( _OutputIter __s,
ios_base & __f,
_CharT __fill,
unsigned long __val
) const [protected, virtual]

Parameters

_OutputIter __s
ios_base & __f
_CharT __fill
unsigned long __val

do_put(_OutputIter, ios_base &, _CharT, double)

_OutputIter do_put ( _OutputIter __s,
ios_base & __f,
_CharT __fill,
double __val
) const [protected, virtual]

Parameters

_OutputIter __s
ios_base & __f
_CharT __fill
double __val

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

_OutputIter do_put ( _OutputIter __s,
ios_base & __f,
_CharT __fill,
long double __val
) const [protected, virtual]

Parameters

_OutputIter __s
ios_base & __f
_CharT __fill
long double __val

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

_OutputIter do_put ( _OutputIter __s,
ios_base & __f,
_CharT __fill,
const void * __val
) const [protected, virtual]

Parameters

_OutputIter __s
ios_base & __f
_CharT __fill
const void * __val

put(iter_type, ios_base &, char_type, bool)

iter_type put ( iter_type __s,
ios_base & __f,
char_type __fill,
bool __val
) const [inline]

Parameters

iter_type __s
ios_base & __f
char_type __fill
bool __val

put(iter_type, ios_base &, char_type, long)

iter_type put ( iter_type __s,
ios_base & __f,
char_type __fill,
long __val
) const [inline]

Parameters

iter_type __s
ios_base & __f
char_type __fill
long __val

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]

Parameters

iter_type __s
ios_base & __f
char_type __fill
unsigned long __val

put(iter_type, ios_base &, char_type, double)

iter_type put ( iter_type __s,
ios_base & __f,
char_type __fill,
double __val
) const [inline]

Parameters

iter_type __s
ios_base & __f
char_type __fill
double __val

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]

Parameters

iter_type __s
ios_base & __f
char_type __fill
long double __val

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]

Parameters

iter_type __s
ios_base & __f
char_type __fill
const void * __val

Member Type Definitions Documentation

Typedef char_type

typedef _CharT char_type

Typedef iter_type

typedef _OutputIter iter_type

Member Data Documentation

locale::id id

locale::id id [static]