#include <stdapis/stlportv5/stl/_ostreambuf_iterator.h>
class ostreambuf_iterator : public iterator< output_iterator_tag, void, void, void, void > |
Public Member Type Definitions | |
---|---|
typedef | _CharT char_type |
typedef | void difference_type |
typedef | _Traits::int_type int_type |
typedef | output_iterator_tag iterator_category |
typedef | basic_ostream< _CharT, _Traits > ostream_type |
typedef | void pointer |
typedef | void reference |
typedef | basic_streambuf< _CharT, _Traits > streambuf_type |
typedef | _Traits traits_type |
typedef | void value_type |
Public Member Functions | |
---|---|
ostreambuf_iterator(streambuf_type *) | |
ostreambuf_iterator(ostream_type &) | |
bool | failed() |
ostreambuf_iterator< _CharT, _Traits > & | operator*() |
ostreambuf_iterator< _CharT, _Traits > & | operator++() |
ostreambuf_iterator< _CharT, _Traits > & | operator++(int) |
ostreambuf_iterator< _CharT, _Traits > & | operator=(char_type) |
typedef _CharT | char_type |
typedef void | difference_type |
typedef _Traits::int_type | int_type |
typedef output_iterator_tag | iterator_category |
typedef basic_ostream< _CharT, _Traits > | ostream_type |
typedef void | pointer |
typedef void | reference |
typedef basic_streambuf< _CharT, _Traits > | streambuf_type |
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.
typedef _Traits | traits_type |
typedef void | value_type |
ostreambuf_iterator | ( | streambuf_type * | __buf | ) | [inline] |
ostreambuf_iterator | ( | ostream_type & | __o | ) | [inline] |
bool | failed | ( | ) | const [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.
ostreambuf_iterator< _CharT, _Traits > & | operator* | ( | ) | [inline] |
ostreambuf_iterator< _CharT, _Traits > & | operator++ | ( | ) | [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.
ostreambuf_iterator< _CharT, _Traits > & | operator++ | ( | int | ) | [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 | |
---|---|
- |