#include <stdapis/stlportv5/iostream.h>
class ostream_withassign : public basic_ostream< char, char_traits< char > > |
Public Member Functions | |
---|---|
ostream_withassign() | |
~ostream_withassign() | |
ostream_withassign & | operator=(ostream &) |
ostream_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.
ostream_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.
~ostream_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.
ostream_withassign & | operator= | ( | ostream & | __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 | - |
ostream_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 | - |