num_put Class Reference
class num_put : public locale::facet |
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 *) |
Constructor & Destructor Documentation
num_put(size_t)
num_put | ( | size_t | __refs = 0 | ) | [inline, explicit] |
~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)
put(iter_type, ios_base &, char_type, long)
put(iter_type, ios_base &, char_type, unsigned long)
put(iter_type, ios_base &, char_type, double)
put(iter_type, ios_base &, char_type, long double)
put(iter_type, ios_base &, char_type, const void *)
Member Type Definitions Documentation
Typedef iter_type
typedef _OutputIter | iter_type |
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.