MADARA
3.1.8
|
#include <string>
#include <list>
#include <map>
#include "madara/knowledge/KnowledgeRecord.h"
#include "madara/expression/ExpressionTree.h"
#include "madara/knowledge/ThreadSafeContext.h"
#include "Interpreter.inl"
Go to the source code of this file.
Classes | |
class | madara::expression::Interpreter |
Parses incoming expression strings into a parse tree and generates an expression tree from the parse tree. More... | |
Namespaces | |
madara | |
Copyright (c) 2015 Carnegie Mellon University. | |
madara::expression | |
Contains the KaRL expression tree interpreter and related classes. | |
Typedefs | |
typedef std::map< std::string, ExpressionTree > | madara::expression::ExpressionTreeMap |
This file contains classes and methods specific to the numerical madara::expression::Interpreter class
Definition in file Interpreter.h.