#include <DerivedTags.h>
Inheritance diagram for Tagcoll::AddDerived< ITEM >:
Public Member Functions | |
AddDerived () | |
AddDerived (Consumer< ITEM, std::string > &cons) | |
AddDerived (const DerivedTags &dtags) | |
AddDerived (Consumer< ITEM, std::string > &cons, const DerivedTags &dtags) | |
virtual | ~AddDerived () |
DerivedTags & | derivedTags () |
Access the internal DerivedTags table. | |
const DerivedTags & | derivedTags () 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 |
|
|
|
|
|
|
|
|
|
|
|
Process a tagged item, with its tags.
Reimplemented from Tagcoll::Filter< ITEM, std::string >. |
|
Process a set of items identically tagged, with their tags.
Reimplemented from Tagcoll::Filter< ITEM, std::string >. |
|
Process a set of items, all with no tags.
Reimplemented from Tagcoll::Filter< ITEM, std::string >. |
|
Process an untagged item.
Reimplemented from Tagcoll::Filter< ITEM, std::string >. |
|
Access the internal DerivedTags table (const version).
|
|
Access the internal DerivedTags table.
|
|
|