MADARA  3.2.3
ComponentNode.h File Reference
#include <string>
#include <deque>
#include <stdexcept>
#include "madara/knowledge/KnowledgeRecord.h"
#include "madara/knowledge/KnowledgeUpdateSettings.h"
#include "madara/utility/StdInt.h"
#include "madara/logger/Logger.h"
#include "KarlException.h"

Go to the source code of this file.

Classes

class  madara::expression::ComponentNode
 An abstract base class defines a simple abstract implementation of an expression tree node. More...
 

Namespaces

 madara
 Copyright (c) 2015 Carnegie Mellon University.
 
 madara::expression
 Contains the KaRL expression tree interpreter and related classes.
 
 madara::knowledge
 Provides functions and classes for the distributed knowledge base.
 

Typedefs

typedef std::deque< ComponentNode * > madara::expression::ComponentNodes
 a vector of Component Nodes More...