num_get< _CharT, _InputIter > Class Template Reference#include <_num_get.h>
Inheritance diagram for num_get< _CharT, _InputIter >: ![]()
Detailed Descriptiontemplate<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
|
typedef _CharT num_get< _CharT, _InputIter >::char_type |
Definition at line 59 of file _num_get.h.
typedef _InputIter num_get< _CharT, _InputIter >::iter_type |
Definition at line 60 of file _num_get.h.
typedef string num_get< _CharT, _InputIter >::string_type [protected] |
Definition at line 129 of file _num_get.h.
typedef ctype<_CharT> num_get< _CharT, _InputIter >::_Ctype [protected] |
Definition at line 130 of file _num_get.h.
typedef numpunct<_CharT> num_get< _CharT, _InputIter >::_Numpunct [protected] |
Definition at line 131 of file _num_get.h.
num_get< _CharT, _InputIter >::num_get | ( | size_t | __refs = 0 |
) | [inline, explicit] |
Definition at line 62 of file _num_get.h.
num_get< _CharT, _InputIter >::~num_get | ( | ) | [inline, protected] |
Definition at line 127 of file _num_get.h.
_InputIter num_get< _CharT, _InputIter >::get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
bool & | __val | |||
) | const [inline] |
_InputIter num_get< _CharT, _InputIter >::get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
long & | __val | |||
) | const [inline] |
_InputIter num_get< _CharT, _InputIter >::get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
unsigned short & | __val | |||
) | const [inline] |
_InputIter num_get< _CharT, _InputIter >::get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
unsigned int & | __val | |||
) | const [inline] |
_InputIter num_get< _CharT, _InputIter >::get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
unsigned long & | __val | |||
) | const [inline] |
_InputIter num_get< _CharT, _InputIter >::get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
float & | __val | |||
) | const [inline] |
_InputIter num_get< _CharT, _InputIter >::get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
double & | __val | |||
) | const [inline] |
_InputIter num_get< _CharT, _InputIter >::get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
long double & | __val | |||
) | const [inline] |
_InputIter num_get< _CharT, _InputIter >::get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
void *& | __val | |||
) | const [inline] |
_InputIter num_get< _CharT, _InputIter >::do_get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
bool & | __val | |||
) | const [protected, virtual] |
Definition at line 491 of file _num_get.c.
References __STATIC_CAST, ios_base::_M_numpunct_facet(), ios_base::boolalpha, ios_base::eofbit, ios_base::failbit, ios_base::flags(), ios_base::getloc(), ios_base::goodbit, and basic_string< _CharT, _Traits, _Alloc >::size().
Referenced by num_get< _CharT, _InputIter >::get().
_InputIter num_get< _CharT, _InputIter >::do_get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
long & | __val | |||
) | const [protected, virtual] |
_InputIter num_get< _CharT, _InputIter >::do_get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
unsigned short & | __val | |||
) | const [protected, virtual] |
_InputIter num_get< _CharT, _InputIter >::do_get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
unsigned int & | __val | |||
) | const [protected, virtual] |
_InputIter num_get< _CharT, _InputIter >::do_get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
unsigned long & | __val | |||
) | const [protected, virtual] |
_InputIter num_get< _CharT, _InputIter >::do_get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
float & | __val | |||
) | const [protected, virtual] |
Definition at line 597 of file _num_get.c.
References __read_float(), __STATIC_CAST, __string_to_float(), _STLP_PRIV, ios_base::eofbit, ios_base::failbit, and ios_base::goodbit.
_InputIter num_get< _CharT, _InputIter >::do_get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
double & | __val | |||
) | const [protected, virtual] |
Definition at line 611 of file _num_get.c.
References __read_float(), __STATIC_CAST, __string_to_float(), _STLP_PRIV, ios_base::eofbit, ios_base::failbit, and ios_base::goodbit.
_InputIter num_get< _CharT, _InputIter >::do_get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
void *& | __p | |||
) | const [protected, virtual] |
Definition at line 641 of file _num_get.c.
References __do_get_integer(), __REINTERPRET_CAST, _STLP_LONG_LONG, _STLP_PRIV, and ios_base::failbit.
_InputIter num_get< _CharT, _InputIter >::do_get | ( | _InputIter | __ii, | |
_InputIter | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
long double & | __val | |||
) | const [protected, virtual] |
Definition at line 626 of file _num_get.c.
References __read_float(), __STATIC_CAST, __string_to_float(), _STLP_PRIV, ios_base::eofbit, ios_base::failbit, and ios_base::goodbit.
friend class _Locale_impl [friend] |
_STLP_STATIC_MEMBER_DECLSPEC locale::id num_get< _CharT, _InputIter >::id [static] |
Definition at line 124 of file _num_get.h.