|
wibble
1.1
|
#include <consumer.h>

Public Types | |
| typedef T | InputType |
Public Member Functions | |
| virtual void | consume (const T &a)=0 |
| virtual void | consume (Range< T > s)=0 |
| virtual | ~ConsumerInterface () |
| typedef T wibble::ConsumerInterface< T >::InputType |
|
inlinevirtual |
|
pure virtual |
Implemented in wibble::ConsumerMorph< T, W >.
Referenced by wibble::Consumer< T >::consume().
|
pure virtual |
Implemented in wibble::ConsumerMorph< T, W >.
1.8.7