num_get Class Reference
| 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() |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, bool &) |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, long &) |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned short &) |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned int &) |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, unsigned long &) |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, short &) |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, int &) |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, float &) |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, double &) |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, void *&) |
| _InputIter | do_get(_InputIter, _InputIter, ios_base &, ios_base::iostate &, long double &) |
Constructor & Destructor Documentation
num_get(size_t)
| num_get | ( | size_t | __refs = 0 | ) | [inline, explicit] |
~num_get()
| ~num_get | ( | ) | [protected, inline] |
Member Functions 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 *&)
Member Type Definitions 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 Data Documentation
_STLP_STATIC_MEMBER_DECLSPEC locale::id id
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.