|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Defines |
| #define | _STLP_NUM_GET_C |
Functions |
_STLP_BEGIN_NAMESPACE
_STLP_MOVE_TO_PRIV_NAMESPACE
_STLP_DECLSPEC unsigned char
_STLP_CALL | __digit_val_table (unsigned) |
_STLP_DECLSPEC const char
*_STLP_CALL | __narrow_atoms () |
| bool _STLP_CALL | __get_fdigit (char __c, const char *) |
| bool _STLP_CALL | __get_fdigit_or_sep (char &__c, char __sep, const char *__digits) |
| int _STLP_CALL | __get_digit_from_table (unsigned __index) |
| template<class _InputIter , class _CharT > |
| int | __get_base_or_zero (_InputIter &__in_ite, _InputIter &__end, ios_base::fmtflags __flags, const ctype< _CharT > &__c_type) |
| template<class _InputIter , class _Integer , class _CharT > |
| bool _STLP_CALL | __get_integer (_InputIter &__first, _InputIter &__last, int __base, _Integer &__val, int __got, bool __is_negative, _CharT __separator, const string &__grouping, const __true_type &) |
| template<class _InputIter , class _Integer , class _CharT > |
| bool _STLP_CALL | __get_integer (_InputIter &__first, _InputIter &__last, int __base, _Integer &__val, int __got, bool __is_negative, _CharT __separator, const string &__grouping, const __false_type &) |
| template<class _InputIter , class _Integer , class _CharT > |
| bool _STLP_CALL | __get_decimal_integer (_InputIter &__first, _InputIter &__last, _Integer &__val, _CharT *) |
| template<class _InputIter , class _Integer , class _CharT > |
| _InputIter _STLP_CALL | __do_get_integer (_InputIter &__in_ite, _InputIter &__end, ios_base &__str, ios_base::iostate &__err, _Integer &__val, _CharT *) |
| template<class _InputIter , class _CharT > |
| _InputIter _STLP_CALL | __copy_sign (_InputIter __first, _InputIter __last, __iostring &__v, _CharT __xplus, _CharT __xminus) |
| template<class _InputIter , class _CharT > |
| bool _STLP_CALL | __copy_digits (_InputIter &__first, _InputIter __last, __iostring &__v, const _CharT *__digits) |
| template<class _InputIter , class _CharT > |
| bool _STLP_CALL | __copy_grouped_digits (_InputIter &__first, _InputIter __last, __iostring &__v, const _CharT *__digits, _CharT __sep, const string &__grouping, bool &__grouping_ok) |
| template<class _InputIter , class _CharT > |
| bool _STLP_CALL | __read_float (__iostring &__buf, _InputIter &__in_ite, _InputIter &__end, const ctype< _CharT > &__ct, const numpunct< _CharT > &__numpunct) |
| template<class _InputIter , class _Float , class _CharT > |
| _InputIter _STLP_CALL | __do_get_float (_InputIter &__in_ite, _InputIter &__end, ios_base &__str, ios_base::iostate &__err, _Float &__val, _CharT *) |
| template<class _InputIter , class _CharT > |
| _InputIter _STLP_CALL | __do_get_alphabool (_InputIter &__in_ite, _InputIter &__end, ios_base &__str, ios_base::iostate &__err, bool &__x, _CharT *) |
Generated on Sat May 26 2012 05:27:30 for ReactOS by
1.7.6.1
|