Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
std::ostream_iterator Class Template Reference
#include <stl_iterator.h>
List of all members.
Public Types
Public Methods
template<class _Tp, class _CharT = char, class _Traits = char_traits<_CharT>> class std::ostream_iterator
Member Typedef Documentation
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
Constructor & Destructor Documentation
ostream_iterator (
ostream_type
&
__s
)
[inline]
ostream_iterator (
ostream_type
&
__s
,
const _CharT *
__c
)
[inline]
Member Function Documentation
ostream_iterator< _Tp > & operator=<_Tp> (
const _Tp &
__value
)
[inline]
ostream_iterator< _Tp > & operator *<_Tp> (
)
[inline]
ostream_iterator< _Tp > & operator++<_Tp> (
)
[inline]
ostream_iterator< _Tp > & operator++<_Tp> (
int )
[inline]
The documentation for this class was generated from the following file:
stl_iterator.h
Generated at Fri Apr 6 15:54:35 2001 for libstdc++ by
1.2.6 written by
Dimitri van Heesch
, © 1997-2001