#include <stl_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 |
typedef void | value_type |
typedef void | difference_type |
typedef void | pointer |
typedef void | reference |
Public Methods | |
ostream_iterator (ostream_type &__s) | |
ostream_iterator (ostream_type &__s, const _CharT *__c) | |
ostream_iterator<_Tp>& | operator= (const _Tp &__value) |
ostream_iterator<_Tp>& | operator * () |
ostream_iterator<_Tp>& | operator++ () |
ostream_iterator<_Tp>& | operator++ (int) |
Private Attributes | |
ostream_type* | _M_stream |
const _CharT* | _M_string |
|
Definition at line 383 of file stl_iterator.h. |
|
Definition at line 389 of file stl_iterator.h. |
|
Definition at line 387 of file stl_iterator.h. |
|
Definition at line 385 of file stl_iterator.h. |
|
Definition at line 390 of file stl_iterator.h. |
|
Definition at line 391 of file stl_iterator.h. |
|
Definition at line 384 of file stl_iterator.h. |
|
Definition at line 388 of file stl_iterator.h. |
|
Definition at line 393 of file stl_iterator.h. |
|
Definition at line 394 of file stl_iterator.h. |
|
Definition at line 401 of file stl_iterator.h. |
|
Definition at line 403 of file stl_iterator.h. |
|
Definition at line 402 of file stl_iterator.h. |
|
Definition at line 396 of file stl_iterator.h. |
|
Definition at line 405 of file stl_iterator.h. |
|
Definition at line 406 of file stl_iterator.h. |