Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

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

Consumer that discards its input. More...

#include <Consumer.h>

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

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

Collaboration graph
[legend]
List of all members.

Protected Member Functions

virtual void consumeItemUntagged (const ITEM &item)
 Process an untagged item.
virtual void consumeItem (const ITEM &item, const OpSet< TAG > &tags)
 Process a tagged item, with its tags.
virtual void consumeItemsUntagged (const OpSet< ITEM > &items)
 Process a set of items, all with no tags.
virtual void consumeItems (const OpSet< ITEM > &items, const OpSet< TAG > &tags)
 Process a set of items identically tagged, with their tags.

Detailed Description

template<class ITEM, class TAG>
class Tagcoll::Sink< ITEM, TAG >

Consumer that discards its input.


Member Function Documentation

template<class ITEM, class TAG>
virtual void Tagcoll::Sink< ITEM, TAG >::consumeItem const ITEM &  item,
const OpSet< TAG > &  tags
[inline, protected, virtual]
 

Process a tagged item, with its tags.

Implements Tagcoll::Consumer< ITEM, TAG >.

template<class ITEM, class TAG>
virtual void Tagcoll::Sink< ITEM, TAG >::consumeItems const OpSet< ITEM > &  items,
const OpSet< TAG > &  tags
[inline, protected, virtual]
 

Process a set of items identically tagged, with their tags.

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

template<class ITEM, class TAG>
virtual void Tagcoll::Sink< ITEM, TAG >::consumeItemsUntagged const OpSet< ITEM > &  items  )  [inline, protected, virtual]
 

Process a set of items, all with no tags.

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

template<class ITEM, class TAG>
virtual void Tagcoll::Sink< ITEM, TAG >::consumeItemUntagged const ITEM &  item  )  [inline, protected, virtual]
 

Process an untagged item.

Implements Tagcoll::Consumer< ITEM, TAG >.


The documentation for this class was generated from the following file:
Generated on Wed Sep 21 05:23:31 2005 for libtagcoll by  doxygen 1.4.4