MADARA  3.2.3
Interpreter.h File Reference
#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
 

Detailed Description

Author
James Edmondson jedmo.nosp@m.ndso.nosp@m.n@gma.nosp@m.il.c.nosp@m.om

This file contains classes and methods specific to the numerical madara::expression::Interpreter class

Definition in file Interpreter.h.