MADARA  3.2.3
VariableReference.h File Reference
#include <string>
#include <cstring>
#include "madara/MadaraExport.h"
#include "madara/expression/ExpressionTree.h"
#include "madara/utility/ScopedArray.h"
#include "VariableReference.inl"

Go to the source code of this file.

Classes

class  madara::knowledge::VariableReference
 Optimized reference to a variable within the knowledge base. More...
 
struct  madara::knowledge::VariableReferenceMapCompare
 

Namespaces

 madara
 Copyright (c) 2015 Carnegie Mellon University.
 
 madara::knowledge
 Provides functions and classes for the distributed knowledge base.
 
 madara::knowledge::rcw
 Namespace holding Read-Compute-Write based abstractions for knowledge base access.
 

Typedefs

typedef std::map< const char *, VariableReference, VariableReferenceMapCompare > madara::knowledge::VariableReferenceMap
 a map of variable references More...
 
typedef std::vector< VariableReference > madara::knowledge::VariableReferences
 a vector of variable references More...