Model a collection of derived tags and a TagcollFilter to add them to a collection. More...
#include <tagcoll/expression.h>#include <wibble/operators.h>#include <wibble/mixin.h>#include <map>#include <string>#include <stdio.h>

Go to the source code of this file.
Classes | |
| class | tagcoll::DerivedTags |
| List of changes to apply to tag names with a tagged collection is being parsed. More... | |
| class | tagcoll::AddDerived< OUT > |
| Filter that adds derived tags to a collection. More... | |
| class | tagcoll::RemoveDerived< OUT > |
| Filter that removes redundant derived tags from a collection. More... | |
Namespaces | |
| namespace | tagcoll |
Functions | |
| template<class OUT > | |
| AddDerived< OUT > | tagcoll::addDerived (const DerivedTags &dtags, const OUT &out) |
| template<class OUT > | |
| RemoveDerived< OUT > | tagcoll::removeDerived (const DerivedTags &dtags, const OUT &out) |
Model a collection of derived tags and a TagcollFilter to add them to a collection.
1.6.2