/home/ntakagi/work/STLport-5.1.5/stlport/stl/_num_get.c File Reference#include <stl/_num_get.h> #include <stl/_limits.h> Go to the source code of this file.
Typedef Documentation
Definition at line 479 of file _num_get.c.
Function Documentation
template<class _InputIter, class _CharT>
Definition at line 318 of file _num_get.c. References __get_fdigit(), and basic_string< _CharT, _Traits, _Alloc >::push_back(). Referenced by __read_float().
template<class _InputIter, class _CharT>
Definition at line 336 of file _num_get.c. References __get_fdigit_or_sep(), __valid_grouping(), basic_string< _CharT, _Traits, _Alloc >::data(), basic_string< _CharT, _Traits, _Alloc >::push_back(), and basic_string< _CharT, _Traits, _Alloc >::size(). Referenced by __read_float().
template<class _InputIter, class _CharT>
Definition at line 301 of file _num_get.c. References basic_string< _CharT, _Traits, _Alloc >::push_back(). Referenced by __read_float().
template<class _InputIter, class _Integer, class _CharT>
Definition at line 252 of file _num_get.c. References __get_base_or_zero(), __get_integer(), __STATIC_CAST, ios_base::_M_grouping(), ios_base::_M_numpunct_facet(), ios_base::eofbit, ios_base::failbit, and ios_base::goodbit. Referenced by num_get< _CharT, _InputIter >::do_get().
template<class _InputIter, class _CharT>
Definition at line 60 of file _num_get.c. References __narrow_atoms(), __STATIC_CAST, ios_base::_M_ctype_facet(), ios_base::basefield, ios_base::dec, ios_base::flags(), ios_base::hex, and ios_base::oct. Referenced by __do_get_integer().
template<class _InputIter, class _Integer, class _CharT>
Definition at line 244 of file _num_get.c. References __get_integer(). Referenced by _STLP_WEAK(), money_get< _CharT, _InputIter >::do_get(), and time_get< _Ch, _InIt >::do_get_year().
Definition at line 55 of file _num_get.c. References __digit_val_table(). Referenced by __get_integer().
Definition at line 45 of file _num_get.c. References __get_fdigit(). Referenced by __copy_grouped_digits().
template<class _InputIter, class _Integer, class _CharT>
Definition at line 183 of file _num_get.c. References __get_digit_from_table(), __STATIC_CAST, __valid_grouping(), basic_string< _CharT, _Traits, _Alloc >::data(), basic_string< _CharT, _Traits, _Alloc >::empty(), and basic_string< _CharT, _Traits, _Alloc >::size().
template<class _InputIter, class _Integer, class _CharT>
Definition at line 123 of file _num_get.c. References __get_digit_from_table(), __STATIC_CAST, __valid_grouping(), basic_string< _CharT, _Traits, _Alloc >::data(), basic_string< _CharT, _Traits, _Alloc >::empty(), and basic_string< _CharT, _Traits, _Alloc >::size(). Referenced by __do_get_integer(), and __get_decimal_integer().
template<class _InputIter, class _CharT>
Definition at line 372 of file _num_get.c. References __copy_digits(), __copy_grouped_digits(), __copy_sign(), __STATIC_CAST, _Initialize_get_float(), ios_base::_M_ctype_facet(), ios_base::_M_grouping(), ios_base::_M_numpunct_facet(), and basic_string< _CharT, _Traits, _Alloc >::push_back(). Referenced by num_get< _CharT, _InputIter >::do_get().
Variable Documentation
Definition at line 471 of file _num_get.c.
Generated on Mon Mar 10 15:32:49 2008 by ![]() |