wibble
1.1
|
#include <consumer.h>
Public Member Functions | |
ConsumerFromIterator (Out out) | |
void | consume (const T &a) |
![]() | |
ConsumerFromIterator< T, Out > & | self () |
const ConsumerFromIterator< T, Out > & | self () const |
bool | operator<= (const ConsumerFromIterator< T, Out > &o) const |
Consumer< T > & | operator++ () |
Consumer< T > & | operator++ (int) |
Consumer< T > & | operator* () |
Consumer< T > & | operator= (const T &a) |
![]() | |
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 |
Protected Attributes | |
Out | m_out |
Additional Inherited Members | |
![]() | |
typedef std::output_iterator_tag | iterator_category |
typedef T | ConsumedType |
|
inline |
|
inline |
|
protected |