wibble  0.1.28
Public Member Functions
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++ ( )
inline
template<typename Self >
Self wibble::mixin::OutputIterator< Self >::operator++ ( int  )
inline

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