#include <stdapis/stlportv5/stl/_istream.h>
class basic_istream : public basic_ios |
Public Member Type Definitions | |
---|---|
typedef | basic_ios< _CharT, _Traits > _Basic_ios |
typedef | ios_base &(_STLP_CALL * __ios_base_fn |
typedef | basic_ios< _CharT, _Traits > &(_STLP_CALL * __ios_fn |
typedef | _Self &(_STLP_CALL * __istream_fn |
typedef | _CharT char_type |
typedef | _Traits::int_type int_type |
typedef | _Traits::off_type off_type |
typedef | _Traits::pos_type pos_type |
typedef | _Traits traits_type |
Inherited Enumerations | |
---|---|
ios_base:event |
typedef basic_ios< _CharT, _Traits > | _Basic_ios |
typedef ios_base &(_STLP_CALL * | __ios_base_fn |
typedef basic_ios< _CharT, _Traits > &(_STLP_CALL * | __ios_fn |
typedef _Self &(_STLP_CALL * | __istream_fn |
typedef _CharT | char_type |
typedef _Traits::int_type | int_type |
typedef _Traits::off_type | off_type |
typedef _Traits::pos_type | pos_type |
typedef _Traits | traits_type |
basic_istream | ( | basic_streambuf< _CharT, _Traits > * | __buf | ) | [inline, explicit] |
~basic_istream | ( | ) | [inline] |
void | _M_formatted_get | ( | _CharT & | __c | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__c | - |
void | _M_formatted_get | ( | _CharT * | __s | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__s | - |
void | _M_skip_whitespace | ( | bool | __set_failbit | ) |
streamsize | gcount | ( | ) | const [inline] |
int_type | get | ( | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__c | - |
_Self & | get | ( | char_type * | __s, |
streamsize | __n, | |||
char_type | __delim | |||
) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__s | - |
__n | - |
__delim | - |
_Self & | get | ( | char_type * | __s, |
streamsize | __n | |||
) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__s | - |
__n | - |
_Self & | get | ( | basic_streambuf< _CharT, _Traits > & | __buf, |
char_type | __delim | |||
) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__buf | - |
__delim | - |
_Self & | get | ( | basic_streambuf< _CharT, _Traits > & | __buf | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__buf | - |
_Self & | getline | ( | char_type * | __s, |
streamsize | __n, | |||
char_type | delim | |||
) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__s | - |
__n | - |
delim | - |
_Self & | getline | ( | char_type * | __s, |
streamsize | __n | |||
) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__s | - |
__n | - |
_Self & | ignore | ( | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
_Self & | ignore | ( | streamsize | __n | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__n | - |
_Self & | ignore | ( | streamsize | __n, |
int_type | __delim | |||
) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__n | - |
__delim | - |
_Self & | operator>> | ( | __istream_fn | __f | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__f | - |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__f | - |
_Self & | operator>> | ( | __ios_base_fn | __f | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__f | - |
_Self & | operator>> | ( | short & | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | int & | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | unsigned short & | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | unsigned int & | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | long & | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | unsigned long & | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | float & | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | double & | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | long double & | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | bool & | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | void *& | __val | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
_Self & | operator>> | ( | basic_streambuf< _CharT, _Traits > * | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
- |
int_type | peek | ( | ) |
_Self & | read | ( | char_type * | __s, |
streamsize | __n | |||
) |
streamsize | readsome | ( | char_type * | __s, |
streamsize | __n | |||
) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__pos | - |
_Self & | seekg | ( | off_type | , |
ios_base::seekdir | ||||
) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
- | |
- |