|
wibble
1.1
|
#include <consumer.h>


Public Types | |
| typedef std::output_iterator_tag | iterator_category |
| typedef T | ConsumedType |
Public Member Functions | |
| Self & | self () |
| const Self & | self () const |
| bool | operator<= (const Self &o) const |
| Consumer< T > & | operator++ () |
| Consumer< T > & | operator++ (int) |
| Consumer< T > & | operator* () |
| Consumer< T > & | operator= (const T &a) |
Public Member Functions inherited from wibble::mixin::Comparable< Self > | |
| const Self & | cmpSelf () const |
| bool | operator!= (const Self &o) const |
| bool | operator== (const Self &o) const |
| bool | operator< (const Self &o) const |
| bool | operator> (const Self &o) const |
| bool | operator>= (const Self &o) const |
| typedef T wibble::ConsumerMixin< T, Self >::ConsumedType |
| typedef std::output_iterator_tag wibble::ConsumerMixin< T, Self >::iterator_category |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.7