|
ReactOS 0.4.16-dev-2110-ge3521eb
|
#include <stl/_monetary.h>#include <stl/_ios.h>#include <stl/_num_put.h>#include <stl/_num_get.h>
Go to the source code of this file.
Macros | |
| #define | _STLP_MONETARY_C |
Functions | |
| template<class _InIt1 , class _InIt2 > | |
| _STLP_MOVE_TO_PRIV_NAMESPACE pair< _InIt1, bool > | __get_string (_InIt1 __first, _InIt1 __last, _InIt2 __str_first, _InIt2 __str_last) |
| template<class _InIt , class _OuIt , class _CharT > | |
| bool | __get_monetary_value (_InIt &__first, _InIt __last, _OuIt __out_ite, const ctype< _CharT > &_c_type, _CharT __point, int __frac_digits, _CharT __sep, const string &__grouping, bool &__syntax_ok) |
| template<class _CharT , class _InputIter , class _StrType > | |
| _InputIter | __money_do_get (_InputIter __s, _InputIter __end, bool __intl, ios_base &__str, ios_base::iostate &__err, _StrType &__digits, bool &__is_positive, _CharT *) |
| template<class _CharT , class _OutputIter , class _Str_Type , class _Str > | |
| _STLP_MOVE_TO_PRIV_NAMESPACE _OutputIter | __money_do_put (_OutputIter __s, bool __intl, ios_base &__str, _CharT __fill, const _Str &__digits, bool __check_digits, _Str_Type *) |
| #define _STLP_MONETARY_C |
Definition at line 19 of file _monetary.c.
| bool __get_monetary_value | ( | _InIt & | __first, |
| _InIt | __last, | ||
| _OuIt | __out_ite, | ||
| const ctype< _CharT > & | _c_type, | ||
| _CharT | __point, | ||
| int | __frac_digits, | ||
| _CharT | __sep, | ||
| const string & | __grouping, | ||
| bool & | __syntax_ok | ||
| ) |
Definition at line 62 of file _monetary.c.
Referenced by __money_do_get().
| _STLP_MOVE_TO_PRIV_NAMESPACE pair< _InIt1, bool > __get_string | ( | _InIt1 | __first, |
| _InIt1 | __last, | ||
| _InIt2 | __str_first, | ||
| _InIt2 | __str_last | ||
| ) |
Definition at line 51 of file _monetary.c.
Referenced by __money_do_get().
| _InputIter __money_do_get | ( | _InputIter | __s, |
| _InputIter | __end, | ||
| bool | __intl, | ||
| ios_base & | __str, | ||
| ios_base::iostate & | __err, | ||
| _StrType & | __digits, | ||
| bool & | __is_positive, | ||
| _CharT * | |||
| ) |
Definition at line 122 of file _monetary.c.
Referenced by money_get< _CharT, _InputIter >::do_get().
| _STLP_MOVE_TO_PRIV_NAMESPACE _OutputIter __money_do_put | ( | _OutputIter | __s, |
| bool | __intl, | ||
| ios_base & | __str, | ||
| _CharT | __fill, | ||
| const _Str & | __digits, | ||
| bool | __check_digits, | ||
| _Str_Type * | |||
| ) |
Definition at line 316 of file _monetary.c.
Referenced by money_put< _CharT, _OutputIter >::do_put().