#include <ostream_iterator.hpp>
Public Member Functions | |
this_t & | operator= (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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
friend |
|
protected |