Collection of tag implications and a Filter to apply or compress them. More...
#include <wibble/operators.h>#include <wibble/mixin.h>#include <tagcoll/coll/simple.h>#include <map>

Go to the source code of this file.
Classes | |
| class | tagcoll::Implications< TAG > |
| List of explicit implications that can be applied to a tagged collection. More... | |
| class | tagcoll::AddImplied< TAG, OUT > |
| Add implied tags to a stream of tagged items. More... | |
| class | tagcoll::RemoveImplied< TAG, OUT > |
| Remove redundant implied tags to a stream of tagged items. More... | |
Namespaces | |
| namespace | tagcoll |
Functions | |
| template<typename TAG , typename OUT > | |
| AddImplied< TAG, OUT > | tagcoll::addImplied (const Implications< TAG > &impls, const OUT &out) |
| template<typename TAG , typename OUT > | |
| RemoveImplied< TAG, OUT > | tagcoll::removeImplied (const Implications< TAG > &impls, const OUT &out) |
Collection of tag implications and a Filter to apply or compress them.
1.6.2