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

Tagcoll::RemoveDerived< ITEM > Class Template Reference

Filter that removes redundant derived tags from a collection. More...

#include <DerivedTags.h>

Inheritance diagram for Tagcoll::RemoveDerived< ITEM >:

Inheritance graph
[legend]
Collaboration diagram for Tagcoll::RemoveDerived< ITEM >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RemoveDerived ()
 RemoveDerived (Consumer< ITEM, std::string > &cons)
 RemoveDerived (const DerivedTags &dtags)
 RemoveDerived (Consumer< ITEM, std::string > &cons, const DerivedTags &dtags)
virtual ~RemoveDerived ()
DerivedTagsderivedTags ()
 Access the internal DerivedTags table.
const DerivedTagsderivedTags () const
 Access the internal DerivedTags table (const version).

Protected Member Functions

virtual void consumeItemUntagged (const ITEM &item)
 Process an untagged item.
virtual void consumeItem (const ITEM &item, const OpSet< std::string > &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< std::string > &tags)
 Process a set of items identically tagged, with their tags.

Protected Attributes

DerivedTags dtags

Detailed Description

template<class ITEM>
class Tagcoll::RemoveDerived< ITEM >

Filter that removes redundant derived tags from a collection.


Constructor & Destructor Documentation

template<class ITEM>
Tagcoll::RemoveDerived< ITEM >::RemoveDerived  )  [inline]
 

template<class ITEM>
Tagcoll::RemoveDerived< ITEM >::RemoveDerived Consumer< ITEM, std::string > &  cons  )  [inline]
 

template<class ITEM>
Tagcoll::RemoveDerived< ITEM >::RemoveDerived const DerivedTags dtags  )  [inline]
 

template<class ITEM>
Tagcoll::RemoveDerived< ITEM >::RemoveDerived Consumer< ITEM, std::string > &  cons,
const DerivedTags dtags
[inline]
 

template<class ITEM>
virtual Tagcoll::RemoveDerived< ITEM >::~RemoveDerived  )  [inline, virtual]
 


Member Function Documentation

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

Process a tagged item, with its tags.

Reimplemented from Tagcoll::Filter< ITEM, std::string >.

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

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

Reimplemented from Tagcoll::Filter< ITEM, std::string >.

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

Process a set of items, all with no tags.

Reimplemented from Tagcoll::Filter< ITEM, std::string >.

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

Process an untagged item.

Reimplemented from Tagcoll::Filter< ITEM, std::string >.

template<class ITEM>
const DerivedTags& Tagcoll::RemoveDerived< ITEM >::derivedTags  )  const [inline]
 

Access the internal DerivedTags table (const version).

template<class ITEM>
DerivedTags& Tagcoll::RemoveDerived< ITEM >::derivedTags  )  [inline]
 

Access the internal DerivedTags table.


Member Data Documentation

template<class ITEM>
DerivedTags Tagcoll::RemoveDerived< ITEM >::dtags [protected]
 


The documentation for this class was generated from the following file:
Generated on Fri Sep 9 22:15:31 2005 for libtagcoll by  doxygen 1.4.4