#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 |
Tagcoll::AddDerived< ITEM >::AddDerived | ( | ) | [inline] |
Tagcoll::AddDerived< ITEM >::AddDerived | ( | Consumer< ITEM, std::string > & | cons | ) | [inline] |
Tagcoll::AddDerived< ITEM >::AddDerived | ( | const DerivedTags & | dtags | ) | [inline] |
Tagcoll::AddDerived< ITEM >::AddDerived | ( | Consumer< ITEM, std::string > & | cons, | |
const DerivedTags & | dtags | |||
) | [inline] |
virtual Tagcoll::AddDerived< ITEM >::~AddDerived | ( | ) | [inline, virtual] |
virtual void Tagcoll::AddDerived< ITEM >::consumeItemUntagged | ( | const ITEM & | item | ) | [inline, protected, virtual] |
virtual void Tagcoll::AddDerived< ITEM >::consumeItem | ( | const ITEM & | item, | |
const OpSet< std::string > & | tags | |||
) | [inline, protected, virtual] |
virtual void Tagcoll::AddDerived< ITEM >::consumeItemsUntagged | ( | const OpSet< ITEM > & | items | ) | [inline, protected, virtual] |
Process a set of items, all with no tags.
Reimplemented from Tagcoll::Consumer< ITEM, std::string >.
virtual void Tagcoll::AddDerived< 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::Consumer< ITEM, std::string >.
DerivedTags& Tagcoll::AddDerived< ITEM >::derivedTags | ( | ) | [inline] |
Access the internal DerivedTags table.
const DerivedTags& Tagcoll::AddDerived< ITEM >::derivedTags | ( | ) | const [inline] |
Access the internal DerivedTags table (const version).
DerivedTags Tagcoll::AddDerived< ITEM >::dtags [protected] |