#include <consumer.h>
Public Types | |
typedef std::output_iterator_tag | iterator_category |
typedef T | ConsumedType |
Public Member Functions | |
Self & | self () |
bool | operator<= (const Self &o) const |
Consumer< T > & | operator++ () |
Consumer< T > & | operator++ (int) |
Consumer< T > & | operator* () |
Consumer< T > & | operator= (const T &a) |
typedef std::output_iterator_tag wibble::ConsumerMixin< T, Self >::iterator_category |
typedef T wibble::ConsumerMixin< T, Self >::ConsumedType |
Self& wibble::ConsumerMixin< T, Self >::self | ( | ) | [inline] |
bool wibble::ConsumerMixin< T, Self >::operator<= | ( | const Self & | o | ) | const [inline] |
Consumer< T >& wibble::ConsumerMixin< T, Self >::operator++ | ( | ) | [inline] |
Consumer< T >& wibble::ConsumerMixin< T, Self >::operator++ | ( | int | ) | [inline] |
Consumer< T >& wibble::ConsumerMixin< T, Self >::operator* | ( | ) | [inline] |
Consumer< T >& wibble::ConsumerMixin< T, Self >::operator= | ( | const T & | a | ) | [inline] |
Reimplemented in wibble::Consumer< T >.