num_get Class Reference
#include
<stdapis/stlport/stl/_num_get.h>
class num_get : public locale::facet |
Public Member Functions |
---|
| num_get(size_t) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, bool &) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, short &) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, int &) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, long &) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned short &) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned int &) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned long &) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, float &) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, double &) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, long double &) |
_InputIter | get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, void *&) |
Protected Member Functions |
---|
| ~num_get() |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, bool &) |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, long &) |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned short &) |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned int &) |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned long &) |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, short &) |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, int &) |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, float &) |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, double &) |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, void *&) |
virtual _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, long double &) |
Member Type Definition Documentation
Typedef _Ctype
typedef
ctype< _CharT > | _Ctype | [protected] |
Typedef _Numpunct
typedef
numpunct< _CharT > | _Numpunct | [protected] |
Typedef iter_type
typedef _InputIter | iter_type |
Typedef string_type
typedef
string
| string_type | [protected] |
Member Attribute Documentation
Constructor & Destructor Documentation
num_get ( size_t )
num_get | ( | size_t | __refs = 0 | ) | [inline, explicit] |
~num_get ( )
~num_get | ( | ) | [protected, inline] |
Member Function Documentation
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, bool & )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| bool & | __val |
| ) | const [protected, virtual] |
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, long & )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| long & | __val |
| ) | const [protected, virtual] |
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned short & )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| unsigned short & | __val |
| ) | const [protected, virtual] |
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned int & )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| unsigned int & | __val |
| ) | const [protected, virtual] |
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned long & )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| unsigned long & | __val |
| ) | const [protected, virtual] |
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, short & )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| short & | __val |
| ) | const [protected, virtual] |
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, int & )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| int & | __val |
| ) | const [protected, virtual] |
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, float & )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| float & | __val |
| ) | const [protected, virtual] |
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, double & )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| double & | __val |
| ) | const [protected, virtual] |
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, void *& )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| void *& | __p |
| ) | const [protected, virtual] |
do_get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, long double & )
_InputIter | do_get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| long double & | __val |
| ) | const [protected, virtual] |
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, bool & )
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, short & )
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, int & )
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, long & )
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned short & )
_InputIter | get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| unsigned short & | __val |
| ) | const [inline] |
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned int & )
_InputIter | get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| unsigned int & | __val |
| ) | const [inline] |
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned long & )
_InputIter | get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| unsigned long & | __val |
| ) | const [inline] |
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, float & )
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, double & )
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, long double & )
_InputIter | get | ( | _InputIter | __stl_in, |
| _InputIter | __end, |
| ios_base & | __str, |
| ios_base::iostate & | __err, |
| long double & | __val |
| ) | const [inline] |
get ( _InputIter, _InputIter, ios_base &, ios_base::iostate &, void *& )