#include <stdapis/stlportv5/iostream.h>
class iostream_withassign : public basic_iostream< char, char_traits< char > > |
Public Member Functions | |
---|---|
iostream_withassign() | |
~iostream_withassign() | |
iostream_withassign & | operator=(ios &) |
iostream_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.
iostream_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.
~iostream_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.
iostream_withassign & | operator= | ( | ios & | __i | ) | [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 | |
---|---|
__i | - |
iostream_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 | - |