ReactOS 0.4.16-dev-747-gbc52d5f
|
Go to the source code of this file.
Macros | |
#define | _STLP_NUM_PUT_C |
Typedefs | |
typedef long | __max_int_t |
typedef unsigned long | __umax_int_t |
Functions | |
template<class _CharT , class _OutputIter > | |
_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE _OutputIter _STLP_CALL | __copy_float_and_fill (const _CharT *__first, const _CharT *__last, _OutputIter __oi, ios_base::fmtflags __flags, streamsize __width, _CharT __fill, _CharT __xplus, _CharT __xminus) |
template<class _OutputIter > | |
_OutputIter _STLP_CALL | __put_float (__iostring &__str, _OutputIter __oi, ios_base &__f, wchar_t __fill, wchar_t __decimal_point, wchar_t __sep, size_t __group_pos, const string &__grouping) |
template<class _OutputIter > | |
_OutputIter _STLP_CALL | __put_float (__iostring &__str, _OutputIter __oi, ios_base &__f, char __fill, char __decimal_point, char __sep, size_t __group_pos, const string &__grouping) |
template<class _CharT , class _OutputIter , class _Float > | |
_OutputIter _STLP_CALL | __do_put_float (_OutputIter __s, ios_base &__f, _CharT __fill, _Float __x) |
void | __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x) |
void | __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __x) |
template<class _CharT > | |
void _STLP_CALL | __get_money_digits (_STLP_BASIC_IOSTRING(_CharT) &__buf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __x) |
template<class _CharT , class _OutputIter > | |
_OutputIter _STLP_CALL | __copy_integer_and_fill (const _CharT *__buf, ptrdiff_t __len, _OutputIter __oi, ios_base::fmtflags __flg, streamsize __wid, _CharT __fill, _CharT __xplus, _CharT __xminus) |
template<class _OutputIter > | |
_OutputIter _STLP_CALL | __put_integer (char *__buf, char *__iend, _OutputIter __s, ios_base &__f, ios_base::fmtflags __flags, wchar_t __fill) |
template<class _OutputIter > | |
_OutputIter _STLP_CALL | __put_integer (char *__buf, char *__iend, _OutputIter __s, ios_base &__f, ios_base::fmtflags __flags, char __fill) |
_STLP_DECLSPEC const char *_STLP_CALL | __hex_char_table_lo () |
_STLP_DECLSPEC const char *_STLP_CALL | __hex_char_table_hi () |
template<class _Integer > | |
char *_STLP_CALL | __write_decimal_backward (char *__ptr, _Integer __x, ios_base::fmtflags __flags, const __true_type &) |
template<class _Integer > | |
char *_STLP_CALL | __write_decimal_backward (char *__ptr, _Integer __x, ios_base::fmtflags __flags, const __false_type &) |
template<class _Integer > | |
char *_STLP_CALL | __write_integer_backward (char *__buf, ios_base::fmtflags __flags, _Integer __x) |
template<class _CharT , class _OutputIter , class _Integer > | |
_OutputIter _STLP_CALL | __do_put_integer (_OutputIter __s, ios_base &__f, _CharT __fill, _Integer __x) |
template<class _CharT , class _OutputIter > | |
_OutputIter _STLP_CALL | __do_put_bool (_OutputIter __s, ios_base &__f, _CharT __fill, bool __x) |
#define _STLP_NUM_PUT_C |
Definition at line 19 of file _num_put.c.
typedef long __max_int_t |
Definition at line 267 of file _num_put.c.
typedef unsigned long __umax_int_t |
Definition at line 268 of file _num_put.c.
_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE _OutputIter _STLP_CALL __copy_float_and_fill | ( | const _CharT * | __first, |
const _CharT * | __last, | ||
_OutputIter | __oi, | ||
ios_base::fmtflags | __flags, | ||
streamsize | __width, | ||
_CharT | __fill, | ||
_CharT | __xplus, | ||
_CharT | __xminus | ||
) |
Definition at line 42 of file _num_put.c.
Referenced by __put_float().
_OutputIter _STLP_CALL __copy_integer_and_fill | ( | const _CharT * | __buf, |
ptrdiff_t | __len, | ||
_OutputIter | __oi, | ||
ios_base::fmtflags | __flg, | ||
streamsize | __wid, | ||
_CharT | __fill, | ||
_CharT | __xplus, | ||
_CharT | __xminus | ||
) |
Definition at line 148 of file _num_put.c.
Referenced by __put_integer().
_OutputIter _STLP_CALL __do_put_bool | ( | _OutputIter | __s, |
ios_base & | __f, | ||
_CharT | __fill, | ||
bool | __x | ||
) |
Definition at line 386 of file _num_put.c.
Referenced by num_put< _CharT, _OutputIter >::do_put().
_OutputIter _STLP_CALL __do_put_float | ( | _OutputIter | __s, |
ios_base & | __f, | ||
_CharT | __fill, | ||
_Float | __x | ||
) |
Definition at line 115 of file _num_put.c.
Referenced by num_put< _CharT, _OutputIter >::do_put().
_OutputIter _STLP_CALL __do_put_integer | ( | _OutputIter | __s, |
ios_base & | __f, | ||
_CharT | __fill, | ||
_Integer | __x | ||
) |
Definition at line 372 of file _num_put.c.
Referenced by num_put< _CharT, _OutputIter >::do_put().
void _STLP_CALL __get_money_digits | ( | _STLP_BASIC_IOSTRING(_CharT) & | __buf, |
ios_base & | __f, | ||
_STLP_LONGEST_FLOAT_TYPE | __x | ||
) |
Definition at line 141 of file _num_put.c.
Referenced by money_put< _CharT, _OutputIter >::do_put().
|
inline |
Definition at line 127 of file _num_put.c.
Referenced by __get_money_digits().
|
inline |
Definition at line 131 of file _num_put.c.
_STLP_DECLSPEC const char *_STLP_CALL __hex_char_table_hi | ( | ) |
Definition at line 121 of file num_put.cpp.
Referenced by __write_integer_backward(), and num_put< _CharT, _OutputIter >::do_put().
_STLP_DECLSPEC const char *_STLP_CALL __hex_char_table_lo | ( | ) |
Definition at line 118 of file num_put.cpp.
Referenced by __write_integer_backward(), and num_put< _CharT, _OutputIter >::do_put().
_OutputIter _STLP_CALL __put_float | ( | __iostring & | __str, |
_OutputIter | __oi, | ||
ios_base & | __f, | ||
char | __fill, | ||
char | __decimal_point, | ||
char | __sep, | ||
size_t | __group_pos, | ||
const string & | __grouping | ||
) |
Definition at line 96 of file _num_put.c.
_OutputIter _STLP_CALL __put_float | ( | __iostring & | __str, |
_OutputIter | __oi, | ||
ios_base & | __f, | ||
wchar_t | __fill, | ||
wchar_t | __decimal_point, | ||
wchar_t | __sep, | ||
size_t | __group_pos, | ||
const string & | __grouping | ||
) |
Definition at line 74 of file _num_put.c.
Referenced by __do_put_float().
_OutputIter _STLP_CALL __put_integer | ( | char * | __buf, |
char * | __iend, | ||
_OutputIter | __s, | ||
ios_base & | __f, | ||
ios_base::fmtflags | __flags, | ||
char | __fill | ||
) |
Definition at line 232 of file _num_put.c.
_OutputIter _STLP_CALL __put_integer | ( | char * | __buf, |
char * | __iend, | ||
_OutputIter | __s, | ||
ios_base & | __f, | ||
ios_base::fmtflags | __flags, | ||
wchar_t | __fill | ||
) |
Definition at line 192 of file _num_put.c.
Referenced by __do_put_integer().
|
inline |
Definition at line 293 of file _num_put.c.
|
inline |
Definition at line 276 of file _num_put.c.
Referenced by __write_integer_backward().
char *_STLP_CALL __write_integer_backward | ( | char * | __buf, |
ios_base::fmtflags | __flags, | ||
_Integer | __x | ||
) |
Definition at line 304 of file _num_put.c.
Referenced by __do_put_integer(), and __write_integer().