#include <stdapis/stlportv5/iostream.h>
| class istream_withassign : public basic_istream< char, char_traits< char > > |
| Public Member Functions | |
|---|---|
| istream_withassign() | |
| ~istream_withassign() | |
| istream_withassign & | operator=(istream &) |
| istream_withassign & | operator=(streambuf *) |
| Inherited Enumerations | |
|---|---|
| ios_base:event | |
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.
| istream_withassign | ( | ) | [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.
| ~istream_withassign | ( | ) | [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.
| istream_withassign & | operator= | ( | istream & | __s | ) | [inline] |
| istream_withassign & | operator= | ( | streambuf * | __s | ) | [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 | - |