|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _Is_not_wspace< _Traits > |
| struct | _Is_wspace_null< _Traits > |
| struct | _Scan_for_wspace< _Traits > |
| struct | _Scan_wspace_null< _Traits > |
| struct | _Scan_for_not_wspace< _Traits > |
| struct | _Scan_for_char_val< _Traits > |
| struct | _Scan_for_int_val< _Traits > |
Macros | |
| #define | _STLP_ISTREAM_C |
| #define | __BIS_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::int_type |
| #define | __BIS_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::pos_type |
| #define | __BIS_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::off_type |
Functions | |
| template<class _CharT , class _Traits > | |
| bool _STLP_CALL | __pushback (basic_streambuf< _CharT, _Traits > *__buf, _CharT __c) |
| template<class _CharT , class _Traits , class _Number > | |
| ios_base::iostate _STLP_CALL | __get_num (basic_istream< _CharT, _Traits > &__that, _Number &__val) |
| template<class _CharT , class _Traits , class _Is_Delim > | |
| _STLP_MOVE_TO_PRIV_NAMESPACE streamsize _STLP_CALL | __read_unbuffered (basic_istream< _CharT, _Traits > *__that, basic_streambuf< _CharT, _Traits > *__buf, streamsize _Num, _CharT *__s, _Is_Delim __is_delim, bool __extract_delim, bool __append_null, bool __is_getline) |
| template<class _CharT , class _Traits , class _Is_Delim , class _Scan_Delim > | |
| streamsize _STLP_CALL | __read_buffered (basic_istream< _CharT, _Traits > *__that, basic_streambuf< _CharT, _Traits > *__buf, streamsize _Num, _CharT *__s, _Is_Delim __is_delim, _Scan_Delim __scan_delim, bool __extract_delim, bool __append_null, bool __is_getline) |
| template<class _CharT , class _Traits , class _Is_Delim > | |
| void _STLP_CALL | _M_ignore_unbuffered (basic_istream< _CharT, _Traits > *__that, basic_streambuf< _CharT, _Traits > *__buf, _Is_Delim __is_delim, bool __extract_delim, bool __set_failbit) |
| template<class _CharT , class _Traits , class _Is_Delim , class _Scan_Delim > | |
| void _STLP_CALL | _M_ignore_buffered (basic_istream< _CharT, _Traits > *__that, basic_streambuf< _CharT, _Traits > *__buf, _Is_Delim __is_delim, _Scan_Delim __scan_delim, bool __extract_delim, bool __set_failbit) |
| template<class _CharT , class _Traits , class _Max_Chars , class _Is_Delim > | |
| streamsize _STLP_CALL | _M_ignore_unbuffered (basic_istream< _CharT, _Traits > *__that, basic_streambuf< _CharT, _Traits > *__buf, streamsize _Num, _Max_Chars __max_chars, _Is_Delim __is_delim, bool __extract_delim, bool __set_failbit) |
| template<class _CharT , class _Traits , class _Max_Chars , class _Is_Delim , class _Scan_Delim > | |
| streamsize _STLP_CALL | _M_ignore_buffered (basic_istream< _CharT, _Traits > *__that, basic_streambuf< _CharT, _Traits > *__buf, streamsize _Num, _Max_Chars __max_chars, _Is_Delim __is_delim, _Scan_Delim __scan_delim, bool __extract_delim, bool __set_failbit) |
| template<class _CharT , class _Traits , class _Is_Delim > | |
| _STLP_MOVE_TO_PRIV_NAMESPACE streamsize _STLP_CALL | __copy_unbuffered (basic_istream< _CharT, _Traits > *__that, basic_streambuf< _CharT, _Traits > *__src, basic_streambuf< _CharT, _Traits > *__dest, _Is_Delim __is_delim, bool __extract_delim, bool __rethrow) |
| template<class _CharT , class _Traits , class _Is_Delim , class _Scan_Delim > | |
| streamsize _STLP_CALL | __copy_buffered (basic_istream< _CharT, _Traits > *__that, basic_streambuf< _CharT, _Traits > *__src, basic_streambuf< _CharT, _Traits > *__dest, _Scan_Delim __scan_delim, _Is_Delim __is_delim, bool __extract_delim, bool __rethrow) |
| #define __BIS_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::int_type |
Definition at line 39 of file _istream.c.
| #define __BIS_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::off_type |
Definition at line 41 of file _istream.c.
| #define __BIS_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::pos_type |
Definition at line 40 of file _istream.c.
| #define _STLP_ISTREAM_C |
Definition at line 19 of file _istream.c.
| streamsize _STLP_CALL __copy_buffered | ( | basic_istream< _CharT, _Traits > * | __that, |
| basic_streambuf< _CharT, _Traits > * | __src, | ||
| basic_streambuf< _CharT, _Traits > * | __dest, | ||
| _Scan_Delim | __scan_delim, | ||
| _Is_Delim | __is_delim, | ||
| bool | __extract_delim, | ||
| bool | __rethrow | ||
| ) |
Definition at line 1282 of file _istream.c.
Referenced by basic_istream< _CharT, _Traits >::get(), and basic_istream< _CharT, _Traits >::operator>>().
| _STLP_MOVE_TO_PRIV_NAMESPACE streamsize _STLP_CALL __copy_unbuffered | ( | basic_istream< _CharT, _Traits > * | __that, |
| basic_streambuf< _CharT, _Traits > * | __src, | ||
| basic_streambuf< _CharT, _Traits > * | __dest, | ||
| _Is_Delim | __is_delim, | ||
| bool | __extract_delim, | ||
| bool | __rethrow | ||
| ) |
Definition at line 1213 of file _istream.c.
Referenced by __copy_buffered(), basic_istream< _CharT, _Traits >::get(), and basic_istream< _CharT, _Traits >::operator>>().
| ios_base::iostate _STLP_CALL __get_num | ( | basic_istream< _CharT, _Traits > & | __that, |
| _Number & | __val | ||
| ) |
Definition at line 186 of file _istream.c.
Referenced by basic_istream< _CharT, _Traits >::operator>>().
| bool _STLP_CALL __pushback | ( | basic_streambuf< _CharT, _Traits > * | __buf, |
| _CharT | __c | ||
| ) |
Definition at line 168 of file _istream.c.
Referenced by __copy_unbuffered(), and __read_unbuffered().
| streamsize _STLP_CALL __read_buffered | ( | basic_istream< _CharT, _Traits > * | __that, |
| basic_streambuf< _CharT, _Traits > * | __buf, | ||
| streamsize | _Num, | ||
| _CharT * | __s, | ||
| _Is_Delim | __is_delim, | ||
| _Scan_Delim | __scan_delim, | ||
| bool | __extract_delim, | ||
| bool | __append_null, | ||
| bool | __is_getline | ||
| ) |
Definition at line 635 of file _istream.c.
Referenced by basic_istream< _CharT, _Traits >::_M_formatted_get(), basic_istream< _CharT, _Traits >::get(), basic_istream< _CharT, _Traits >::getline(), basic_istream< _CharT, _Traits >::read(), and basic_istream< _CharT, _Traits >::readsome().
| _STLP_MOVE_TO_PRIV_NAMESPACE streamsize _STLP_CALL __read_unbuffered | ( | basic_istream< _CharT, _Traits > * | __that, |
| basic_streambuf< _CharT, _Traits > * | __buf, | ||
| streamsize | _Num, | ||
| _CharT * | __s, | ||
| _Is_Delim | __is_delim, | ||
| bool | __extract_delim, | ||
| bool | __append_null, | ||
| bool | __is_getline | ||
| ) |
Definition at line 579 of file _istream.c.
Referenced by __read_buffered(), basic_istream< _CharT, _Traits >::_M_formatted_get(), basic_istream< _CharT, _Traits >::get(), basic_istream< _CharT, _Traits >::getline(), basic_istream< _CharT, _Traits >::read(), and basic_istream< _CharT, _Traits >::readsome().
| void _STLP_CALL _M_ignore_buffered | ( | basic_istream< _CharT, _Traits > * | __that, |
| basic_streambuf< _CharT, _Traits > * | __buf, | ||
| _Is_Delim | __is_delim, | ||
| _Scan_Delim | __scan_delim, | ||
| bool | __extract_delim, | ||
| bool | __set_failbit | ||
| ) |
Definition at line 928 of file _istream.c.
Referenced by basic_istream< _CharT, _Traits >::_M_skip_whitespace(), and basic_istream< _CharT, _Traits >::ignore().
| streamsize _STLP_CALL _M_ignore_buffered | ( | basic_istream< _CharT, _Traits > * | __that, |
| basic_streambuf< _CharT, _Traits > * | __buf, | ||
| streamsize | _Num, | ||
| _Max_Chars | __max_chars, | ||
| _Is_Delim | __is_delim, | ||
| _Scan_Delim | __scan_delim, | ||
| bool | __extract_delim, | ||
| bool | __set_failbit | ||
| ) |
Definition at line 1025 of file _istream.c.
| void _STLP_CALL _M_ignore_unbuffered | ( | basic_istream< _CharT, _Traits > * | __that, |
| basic_streambuf< _CharT, _Traits > * | __buf, | ||
| _Is_Delim | __is_delim, | ||
| bool | __extract_delim, | ||
| bool | __set_failbit | ||
| ) |
Definition at line 888 of file _istream.c.
Referenced by _M_ignore_buffered(), basic_istream< _CharT, _Traits >::_M_skip_whitespace(), and basic_istream< _CharT, _Traits >::ignore().
| streamsize _STLP_CALL _M_ignore_unbuffered | ( | basic_istream< _CharT, _Traits > * | __that, |
| basic_streambuf< _CharT, _Traits > * | __buf, | ||
| streamsize | _Num, | ||
| _Max_Chars | __max_chars, | ||
| _Is_Delim | __is_delim, | ||
| bool | __extract_delim, | ||
| bool | __set_failbit | ||
| ) |
Definition at line 983 of file _istream.c.