#include <wrapped_output_iterator.hh>
Standard library typedefs | |
| typedef WrappedOutputIterator | value_type |
| typedef WrappedOutputIterator & | reference |
| typedef WrappedOutputIterator * | pointer |
| typedef std::ptrdiff_t | difference_type |
| typedef std::output_iterator_tag | iterator_category |
Basic operations | |
| WrappedOutputIterator () | |
| ~WrappedOutputIterator () | |
| WrappedOutputIterator (const WrappedOutputIterator &) | |
| template<typename T_ > | |
| WrappedOutputIterator (const T_ &) | |
| WrappedOutputIterator & | operator= (const WrappedOutputIterator &) |
| WrappedOutputIterator & | operator= (const Value_ &) |
Increment | |
| WrappedOutputIterator & | operator++ () |
| WrappedOutputIterator | operator++ (int) |
Dereference | |
| pointer | operator-> () |
| reference | operator* () |
1.5.7.1