bool _STLP_CALL | __pushback | ( | basic_streambuf< _CharT, _Traits > * | __buf, |
_CharT | __c | |||
) |
ios_base::iostate _STLP_CALL | __get_num | ( | basic_istream< _CharT, _Traits > & | __that, |
_Number & | __val | |||
) |
_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 | |||
) |
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 | |||
) |
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 | |||
) |
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 | |||
) |
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 | |||
) |
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 | |||
) |
_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 | |||
) |
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 | |||
) |