#include <Filters.h>
Inheritance diagram for Tagcoll::UntaggedRemover< ITEM, TAG >:
Public Member Functions | |
UntaggedRemover (bool inverse=false) | |
UntaggedRemover (Tagcoll::Consumer< ITEM, TAG > &cons, bool inverse=false) | |
virtual | ~UntaggedRemover () |
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 | consumeItemss (const OpSet< ITEM > &items, const OpSet< TAG > &tags) |
Protected Attributes | |
bool | inverse |
It can also be used in 'inverse' mode, where in removes the packages which have tags and keeps the packages that have none.
|
|
|
|
|
|
|
Process a tagged item, with its tags.
Reimplemented from Tagcoll::Filter< ITEM, TAG >. |
|
|
|
Process a set of items, all with no tags.
Reimplemented from Tagcoll::Consumer< ITEM, TAG >. |
|
Process an untagged item.
Reimplemented from Tagcoll::Filter< ITEM, TAG >. |
|
|