TODO: Document this. More...
#include "filter_tree.h"#include <QLoggingCategory>#include <QMap>#include <QString>#include <functional>#include <libcockatrice/card/card_info.h>#include <utility>Go to the source code of this file.
Classes | |
| class | FilterString |
Namespaces | |
| namespace | peg |
Typedefs | |
| typedef CardInfoPtr | CardData |
| typedef std::function< bool(const CardData &)> | Filter |
| typedef std::function< bool(const QString &)> | StringMatcher |
| typedef std::function< bool(int)> | NumberMatcher |
| using | peg::Ast = AstBase<EmptyType> |
Functions | |
| Q_LOGGING_CATEGORY (FilterStringLog, "filter_string") | |
TODO: Document this.
| typedef CardInfoPtr CardData |
| typedef std::function<bool(int)> NumberMatcher |
| typedef std::function<bool(const QString &)> StringMatcher |
|
inline |