#include <Filter.h>
Inheritance diagram for Tagcoll::FilterChain< ITEM, TAG >:
Public Member Functions | |
FilterChain () throw () | |
FilterChain (Consumer< ITEM, TAG > &consumer) throw () | |
virtual | ~FilterChain () |
void | setConsumer (Consumer< ITEM, TAG > &c) throw () |
Set the consumer at the end of the chain. | |
void | appendFilter (Filter< ITEM, TAG > &f) throw () |
Add a filter at the end of the chain. | |
Protected Attributes | |
Filter< ITEM, TAG > * | last |
|
|
|
|
|
|
|
Add a filter at the end of the chain.
|
|
Set the consumer at the end of the chain.
Reimplemented from Tagcoll::Filter< ITEM, TAG >. |
|
|