Tagcoll::FilterChain< ITEM, TAG > Class Template Reference

Chains more filters together. More...

#include <Filter.h>

Inheritance diagram for Tagcoll::FilterChain< ITEM, TAG >:

Inheritance graph
[legend]
Collaboration diagram for Tagcoll::FilterChain< ITEM, TAG >:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

template<typename ITEM, typename TAG>
class Tagcoll::FilterChain< ITEM, TAG >

Chains more filters together.


Constructor & Destructor Documentation

template<typename ITEM, typename TAG>
Tagcoll::FilterChain< ITEM, TAG >::FilterChain  )  throw () [inline]
 

template<typename ITEM, typename TAG>
Tagcoll::FilterChain< ITEM, TAG >::FilterChain Consumer< ITEM, TAG > &  consumer  )  throw () [inline]
 

template<typename ITEM, typename TAG>
virtual Tagcoll::FilterChain< ITEM, TAG >::~FilterChain  )  [inline, virtual]
 


Member Function Documentation

template<typename ITEM, typename TAG>
void Tagcoll::FilterChain< ITEM, TAG >::appendFilter Filter< ITEM, TAG > &  f  )  throw () [inline]
 

Add a filter at the end of the chain.

template<typename ITEM, typename TAG>
void Tagcoll::FilterChain< ITEM, TAG >::setConsumer Consumer< ITEM, TAG > &  c  )  throw () [inline, virtual]
 

Set the consumer at the end of the chain.

Reimplemented from Tagcoll::Filter< ITEM, TAG >.


Member Data Documentation

template<typename ITEM, typename TAG>
Filter<ITEM, TAG>* Tagcoll::FilterChain< ITEM, TAG >::last [protected]
 


The documentation for this class was generated from the following file:
Generated on Fri Mar 24 22:42:23 2006 for libtagcoll by  doxygen 1.4.6