applyChange(const PatchList< ITEM, TAG > &change)=0 | Tagcoll::Collection< ITEM, TAG > | [pure virtual] |
consume(const ITEM &item) | Tagcoll::Consumer< ITEM, TAG > | [inline] |
consume(const ITEM &item, const OpSet< TAG > &tags) | Tagcoll::Consumer< ITEM, TAG > | [inline] |
consume(const OpSet< ITEM > &items) | Tagcoll::Consumer< ITEM, TAG > | [inline] |
consume(const OpSet< ITEM > &items, const OpSet< TAG > &tags) | Tagcoll::Consumer< ITEM, TAG > | [inline] |
consumeItem(const ITEM &item, const OpSet< TAG > &tags)=0 | Tagcoll::Consumer< ITEM, TAG > | [protected, pure virtual] |
consumeItems(const OpSet< ITEM > &items, const OpSet< TAG > &tags) | Tagcoll::Consumer< ITEM, TAG > | [inline, protected, virtual] |
consumeItemsUntagged(const OpSet< ITEM > &) | Tagcoll::Collection< ITEM, TAG > | [inline, protected, virtual] |
consumeItemUntagged(const ITEM &) | Tagcoll::Collection< ITEM, TAG > | [inline, protected, virtual] |
getAllTags() const=0 | Tagcoll::ReadonlyCollection< ITEM, TAG > | [pure virtual] |
getCardinality(const TAG &tag) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline, virtual] |
getCompanionTags(const OpSet< TAG > &tags) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline, virtual] |
getItems(const TAG &tag) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline] |
getItems(const OpSet< TAG > &tags) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline] |
getItemsHavingTag(const TAG &tag) const=0 | Tagcoll::ReadonlyCollection< ITEM, TAG > | [protected, pure virtual] |
getItemsHavingTags(const OpSet< TAG > &tags) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline, protected, virtual] |
getRelatedItems(const OpSet< TAG > &tags, int maxdistance=1) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline, virtual] |
getTaggedItems() const=0 | Tagcoll::ReadonlyCollection< ITEM, TAG > | [pure virtual] |
getTags(const ITEM &item) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline] |
getTags(const OpSet< ITEM > &items) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline] |
getTagsOfItem(const ITEM &item) const=0 | Tagcoll::ReadonlyCollection< ITEM, TAG > | [protected, pure virtual] |
getTagsOfItems(const OpSet< ITEM > &items) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline, protected, virtual] |
hasTag(const TAG &tag) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline, virtual] |
output(Consumer< ITEM, TAG > &consumer) const=0 | Tagcoll::ReadonlyCollection< ITEM, TAG > | [pure virtual] |
outputHavingTags(const OpSet< TAG > &tags, Consumer< ITEM, TAG > &consumer) const | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline, virtual] |
~Collection() | Tagcoll::Collection< ITEM, TAG > | [inline, virtual] |
~Consumer() | Tagcoll::Consumer< ITEM, TAG > | [inline, virtual] |
~ReadonlyCollection() | Tagcoll::ReadonlyCollection< ITEM, TAG > | [inline, virtual] |