Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::archive::iterators::ostream_iterator< Elem > Class Template Reference

#include <ostream_iterator.hpp>

Inheritance diagram for boost::archive::iterators::ostream_iterator< Elem >:
Collaboration diagram for boost::archive::iterators::ostream_iterator< Elem >:

Public Member Functions

this_toperator= (char_type c)
 
 ostream_iterator (ostream_type &os)
 
 ostream_iterator ()
 
 ostream_iterator (const ostream_iterator &rhs)
 

Protected Member Functions

void put_val (char_type e)
 

Protected Attributes

ostream_type * m_ostream
 

Friends

class boost::iterator_core_access
 

Constructor & Destructor Documentation

template<class Elem >
boost::archive::iterators::ostream_iterator< Elem >::ostream_iterator ( ostream_type &  os)
inline
template<class Elem >
boost::archive::iterators::ostream_iterator< Elem >::ostream_iterator ( )
inline
template<class Elem >
boost::archive::iterators::ostream_iterator< Elem >::ostream_iterator ( const ostream_iterator< Elem > &  rhs)
inline

Member Function Documentation

template<class Elem >
this_t& boost::archive::iterators::ostream_iterator< Elem >::operator= ( char_type  c)
inline
template<class Elem >
void boost::archive::iterators::ostream_iterator< Elem >::put_val ( char_type  e)
inlineprotected

Friends And Related Function Documentation

template<class Elem >
friend class boost::iterator_core_access
friend

Member Data Documentation

template<class Elem >
ostream_type* boost::archive::iterators::ostream_iterator< Elem >::m_ostream
protected

The documentation for this class was generated from the following file: