#include <stl_iterator.h>
Collaboration diagram for std::ostream_iterator< _Tp, _CharT, _Traits >:

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 412 of file stl_iterator.h. |
|
|||||
|
Definition at line 418 of file stl_iterator.h. |
|
|||||
|
Definition at line 416 of file stl_iterator.h. |
|
|||||
|
Definition at line 414 of file stl_iterator.h. |
|
|||||
|
Definition at line 419 of file stl_iterator.h. |
|
|||||
|
Definition at line 420 of file stl_iterator.h. |
|
|||||
|
Definition at line 413 of file stl_iterator.h. |
|
|||||
|
Definition at line 417 of file stl_iterator.h. |
|
||||||||||
|
Definition at line 422 of file stl_iterator.h. References std::ostream_iterator< _Tp, _CharT, _Traits >::_M_stream, and std::ostream_iterator< _Tp, _CharT, _Traits >::_M_string. |
|
||||||||||||||||
|
Definition at line 423 of file stl_iterator.h. References std::ostream_iterator< _Tp, _CharT, _Traits >::_M_stream, and std::ostream_iterator< _Tp, _CharT, _Traits >::_M_string. |
|
|||||||||
|
Definition at line 430 of file stl_iterator.h. |
|
||||||||||
|
Definition at line 432 of file stl_iterator.h. |
|
|||||||||
|
Definition at line 431 of file stl_iterator.h. |
|
||||||||||
|
Definition at line 425 of file stl_iterator.h. References std::ostream_iterator< _Tp, _CharT, _Traits >::_M_stream, and std::ostream_iterator< _Tp, _CharT, _Traits >::_M_string. |
|
|||||
|
Definition at line 434 of file stl_iterator.h. Referenced by std::ostream_iterator< _Tp, _CharT, _Traits >::operator=(), and std::ostream_iterator< _Tp, _CharT, _Traits >::ostream_iterator(). |
|
|||||
|
Definition at line 435 of file stl_iterator.h. Referenced by std::ostream_iterator< _Tp, _CharT, _Traits >::operator=(), and std::ostream_iterator< _Tp, _CharT, _Traits >::ostream_iterator(). |
1.2.15