|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_stream_iterator.h>


Public Types | |
| typedef _CharT | char_type |
| typedef _Traits | traits_type |
| typedef basic_ostream< _CharT, _Traits > | ostream_type |
| typedef output_iterator_tag | iterator_category |
Public Types inherited from iterator< output_iterator_tag, void, void, void, void > | |
| typedef output_iterator_tag | iterator_category |
Public Member Functions | |
| ostream_iterator (ostream_type &__s) | |
| ostream_iterator (ostream_type &__s, const _CharT *__c) | |
| _Self & | operator= (const _TpP &__val) |
| _Self & | operator* () |
| _Self & | operator++ () |
| _Self & | operator++ (int) |
Private Types | |
| typedef ostream_iterator< _TpP, _CharT, _Traits > | _Self |
Private Attributes | |
| ostream_type * | _M_stream |
| const _CharT * | _M_string |
Definition at line 162 of file _stream_iterator.h.
|
private |
Definition at line 168 of file _stream_iterator.h.
| typedef _CharT ostream_iterator< _TpP, _CharT, _Traits >::char_type |
Definition at line 171 of file _stream_iterator.h.
| typedef output_iterator_tag ostream_iterator< _TpP, _CharT, _Traits >::iterator_category |
Definition at line 175 of file _stream_iterator.h.
| typedef basic_ostream<_CharT, _Traits> ostream_iterator< _TpP, _CharT, _Traits >::ostream_type |
Definition at line 173 of file _stream_iterator.h.
| typedef _Traits ostream_iterator< _TpP, _CharT, _Traits >::traits_type |
Definition at line 172 of file _stream_iterator.h.
|
inline |
Definition at line 177 of file _stream_iterator.h.
|
inline |
Definition at line 178 of file _stream_iterator.h.
|
inline |
Definition at line 185 of file _stream_iterator.h.
|
inline |
Definition at line 186 of file _stream_iterator.h.
|
inline |
Definition at line 187 of file _stream_iterator.h.
|
inline |
Definition at line 180 of file _stream_iterator.h.
|
private |
Definition at line 189 of file _stream_iterator.h.
|
private |
Definition at line 190 of file _stream_iterator.h.