|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <_num_get.h>
Inherits locale::facet.
Public Types |
| typedef _CharT | char_type |
| typedef _InputIter | iter_type |
Public Member Functions |
| | num_get (size_t __refs=0) |
| _InputIter | get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, bool &__val) const |
| _InputIter | get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, long &__val) const |
| _InputIter | get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, unsigned short &__val) const |
| _InputIter | get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, unsigned int &__val) const |
| _InputIter | get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, unsigned long &__val) const |
| _InputIter | get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, float &__val) const |
| _InputIter | get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, double &__val) const |
| _InputIter | get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, long double &__val) const |
| _InputIter | get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, void *&__val) const |
Static Public Attributes |
| static locale::id | id |
Protected Types |
| typedef string | string_type |
| typedef ctype< _CharT > | _Ctype |
| typedef numpunct< _CharT > | _Numpunct |
Protected Member Functions |
| | ~num_get () |
| virtual _InputIter | do_get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, bool &__val) const |
| virtual _InputIter | do_get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, long &__val) const |
| virtual _InputIter | do_get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, unsigned short &__val) const |
| virtual _InputIter | do_get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, unsigned int &__val) const |
| virtual _InputIter | do_get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, unsigned long &__val) const |
| virtual _InputIter | do_get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, float &__val) const |
| virtual _InputIter | do_get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, double &__val) const |
| virtual _InputIter | do_get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, void *&__p) const |
| virtual _InputIter | do_get (_InputIter __ii, _InputIter __end, ios_base &__str, ios_base::iostate &__err, long double &__val) const |
Detailed Description
template<class _CharT, class _InputIter>
class num_get< _CharT, _InputIter >
Definition at line 56 of file _num_get.h.
The documentation for this class was generated from the following files:
Generated on Sun May 27 2012 06:31:33 for ReactOS by
1.7.6.1
|