|
Marlin
01.17.01
|
Include dependency graph for LogicalExpressions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | marlin::Expression |
| Helper struct for LogicalExpression. More... | |
| class | marlin::Tokenizer |
| Helper class for LogicalExpressions that splits the expression into subexpressions - needs to be apllied iteratively. More... | |
| class | marlin::LogicalExpressions |
| Helper class that holds named boolean values and named conditions that are expressions of these values and computes the corresponding truth values. More... | |
Namespaces | |
| marlin | |
| Simple event selector processor. | |
Typedefs | |
| typedef std::map< const std::string, std::string > | ConditionsMap |
| typedef std::map< const std::string, bool > | ResultMap |
Functions | |
| std::ostream & | marlin::operator<< (std::ostream &s, Expression &e) |
| typedef std::map< const std::string, std::string > ConditionsMap |
Definition at line 10 of file LogicalExpressions.h.
| typedef std::map< const std::string, bool > ResultMap |
Definition at line 11 of file LogicalExpressions.h.
1.8.5