#include <stl_iterator.h>
Public Types | |
| 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 &s) | |
| ostream_iterator (ostream &s, const char *c) | |
| ostream_iterator< T > & | operator= (const T &value) |
| ostream_iterator< T > & | operator * () |
| ostream_iterator< T > & | operator++ () |
| ostream_iterator< T > & | operator++ (int) |
Protected Attributes | |
| ostream * | stream |
| const char * | string |
|
|||||
|
Definition at line 811 of file stl_iterator.h. |
|
|||||
|
Definition at line 809 of file stl_iterator.h. |
|
|||||
|
Definition at line 812 of file stl_iterator.h. |
|
|||||
|
Definition at line 813 of file stl_iterator.h. |
|
|||||
|
Definition at line 810 of file stl_iterator.h. |
|
||||||||||
|
Definition at line 815 of file stl_iterator.h. References stream, and string.
|
|
||||||||||||||||
|
Definition at line 816 of file stl_iterator.h. References stream, and string.
|
|
|||||||||
|
Definition at line 822 of file stl_iterator.h.
00822 { return *this; }
|
|
||||||||||
|
Definition at line 824 of file stl_iterator.h.
00824 { return *this; }
|
|
|||||||||
|
Definition at line 823 of file stl_iterator.h.
00823 { return *this; }
|
|
||||||||||
|
Definition at line 817 of file stl_iterator.h. References stream, and string.
|
|
|||||
|
Definition at line 806 of file stl_iterator.h. Referenced by operator=, and ostream_iterator. |
|
|||||
|
Definition at line 807 of file stl_iterator.h. Referenced by operator=, and ostream_iterator. |
| Documentation generated on Thu May 2 15:03:37 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |