#include <tagcoll/Filter.h>
#include <string>
#include <map>
Include dependency graph for Expression.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Tagcoll |
Classes | |
class | Tagcoll::ExpressionImpl |
Interface for parsed tag expressions. More... | |
class | Tagcoll::Expression |
class | Tagcoll::TagexprContext |
Context for evaluating expressions of derived tags. More... | |
class | Tagcoll::FilterItemsByExpression< ITEM, TAG > |
Remove the items that do not match a tag expression. More... | |
class | Tagcoll::FilterTagsByExpression< ITEM, TAG > |
Remove the tags that do not singularly match a tag expression. More... |