#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.
Namespaces | |
namespace | tagcoll |
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... | |
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) |