|
MarlinMT
0.1.0
|
#include <map>#include <string>#include <list>#include <vector>#include <ostream>Go to the source code of this file.
Classes | |
| struct | marlinmt::Expression |
| Helper struct for LogicalExpression. More... | |
| class | marlinmt::Tokenizer |
| Helper class for LogicalExpressions that splits the expression into subexpressions - needs to be apllied iteratively. More... | |
| class | marlinmt::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 | |
| marlinmt | |
Typedefs | |
| typedef std::map< const std::string, std::string > | ConditionsMap |
| typedef std::map< const std::string, bool > | ResultMap |
Functions | |
| std::ostream & | marlinmt::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.