_num_get.c File Reference

_STLP_NUM_GET_C

__digit_val_table ( unsigned )

_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE _STLP_DECLSPEC unsigned char _STLP_CALL__digit_val_table(unsigned)

__narrow_atoms ( )

_STLP_DECLSPEC const char *_STLP_CALL__narrow_atoms()

__do_get_integer ( _InputIter &, _InputIter &, ios_base &, ios_base::iostate &, _Integer &, _CharT * )

_InputIter _STLP_CALL__do_get_integer(_InputIter &,
_InputIter &,
ios_base &,
ios_base::iostate &,
_Integer &,
_CharT *
)

__get_fdigit ( char, const char * )

bool _STLP_CALL__get_fdigit(char__c,
const char *
)[inline]

__get_fdigit_or_sep ( char &, char, const char * )

bool _STLP_CALL__get_fdigit_or_sep(char &__c,
char__sep,
const char *__digits
)[inline]

__get_digit_from_table ( unsigned )

int _STLP_CALL__get_digit_from_table(unsigned__index)[inline]

__get_base_or_zero ( _InputIter &, _InputIter &, ios_base &, _CharT * )

int__get_base_or_zero(_InputIter &__in_ite,
_InputIter &__end,
ios_base &__str,
_CharT *
)

__get_integer ( _InputIter &, _InputIter &, int, _Integer &, int, bool, _CharT, const string &, 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 __true_type &
)

__get_integer ( _InputIter &, _InputIter &, int, _Integer &, int, bool, _CharT, const string &, const __false_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 &
)

__get_decimal_integer ( _InputIter &, _InputIter &, _Integer &, _CharT * )

bool _STLP_CALL__get_decimal_integer(_InputIter &__first,
_InputIter &__last,
_Integer &__val,
_CharT *
)

__copy_sign ( _InputIter, _InputIter, __iostring &, _CharT, _CharT )

_InputIter _STLP_CALL__copy_sign(_InputIter__first,
_InputIter__last,
__iostring &__v,
_CharT__xplus,
_CharT__xminus
)

__copy_digits ( _InputIter &, _InputIter, __iostring &, const _CharT * )

bool _STLP_CALL__copy_digits(_InputIter &__first,
_InputIter__last,
__iostring &__v,
const _CharT *__digits
)

__copy_grouped_digits ( _InputIter &, _InputIter, __iostring &, const _CharT *, _CharT, const string &, bool & )

bool _STLP_CALL__copy_grouped_digits(_InputIter &__first,
_InputIter__last,
__iostring &__v,
const _CharT *__digits,
_CharT__sep,
const string &__grouping,
bool &__grouping_ok
)

__read_float ( __iostring &, _InputIter &, _InputIter &, ios_base &, _CharT * )

bool _STLP_CALL__read_float(__iostring &__buf,
_InputIter &__in_ite,
_InputIter &__end,
ios_base &__s,
_CharT *
)

num_get_char_2

_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 )

__DECLARE_INSTANCE(locale::id,
num_get_char_2::id
)

Typedef num_get_wchar_t_2

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 )

__DECLARE_INSTANCE(locale::id,
num_get_wchar_t_2::id
)