wibble::mixin::OutputIterator< Self > Struct Template Reference

Mixin with output iterator paperwork. More...

#include <mixin.h>

List of all members.

Public Member Functions

Self & operator++ ()
Self operator++ (int)
Self & operator* ()

Detailed Description

template<typename Self>
struct wibble::mixin::OutputIterator< Self >

Mixin with output iterator paperwork.

To make an output iterator, one just needs to inherit from this template and implement Self& operator=(const WhaToAccept&)


Member Function Documentation

template<typename Self >
Self& wibble::mixin::OutputIterator< Self >::operator* (  )  [inline]
template<typename Self >
Self wibble::mixin::OutputIterator< Self >::operator++ ( int   )  [inline]
template<typename Self >
Self& wibble::mixin::OutputIterator< Self >::operator++ (  )  [inline]

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

Generated on Mon Jan 4 21:35:41 2010 for wibble by  doxygen 1.6.1