_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 | ( | ) |
_InputIter _STLP_CALL | __do_get_integer | ( | _InputIter & | , |
_InputIter & | , | |||
ios_base & | , | |||
ios_base::iostate & | , | |||
_Integer & | , | |||
_CharT * | ||||
) |
bool _STLP_CALL | __get_fdigit | ( | char | __c, |
const char * | ||||
) | [inline] |
bool _STLP_CALL | __get_fdigit_or_sep | ( | char & | __c, |
char | __sep, | |||
const char * | __digits | |||
) | [inline] |
int _STLP_CALL | __get_digit_from_table | ( | unsigned | __index | ) | [inline] |
int | __get_base_or_zero | ( | _InputIter & | __in_ite, |
_InputIter & | __end, | |||
ios_base & | __str, | |||
_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 & | ||||
) |
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 & | ||||
) |
bool _STLP_CALL | __get_decimal_integer | ( | _InputIter & | __first, |
_InputIter & | __last, | |||
_Integer & | __val, | |||
_CharT * | ||||
) |
_InputIter _STLP_CALL | __copy_sign | ( | _InputIter | __first, |
_InputIter | __last, | |||
__iostring & | __v, | |||
_CharT | __xplus, | |||
_CharT | __xminus | |||
) |
bool _STLP_CALL | __copy_digits | ( | _InputIter & | __first, |
_InputIter | __last, | |||
__iostring & | __v, | |||
const _CharT * | __digits | |||
) |
bool _STLP_CALL | __copy_grouped_digits | ( | _InputIter & | __first, |
_InputIter | __last, | |||
__iostring & | __v, | |||
const _CharT * | __digits, | |||
_CharT | __sep, | |||
const string & | __grouping, | |||
bool & | __grouping_ok | |||
) |
bool _STLP_CALL | __read_float | ( | __iostring & | __buf, |
_InputIter & | __in_ite, | |||
_InputIter & | __end, | |||
ios_base & | __s, | |||
_CharT * | ||||
) |
_STLP_MOVE_TO_STD_NAMESPACE typedef num_get< char, istreambuf_iterator< char, char_traits< char > > > | num_get_char_2 |
__DECLARE_INSTANCE | ( | locale::id | , |
num_get_char_2::id | |||
) |
typedef num_get< wchar_t, istreambuf_iterator< wchar_t, char_traits< wchar_t > > > | num_get_wchar_t_2 |
__DECLARE_INSTANCE | ( | locale::id | , |
num_get_wchar_t_2::id | |||
) |