|
MADARA
3.4.1
|
#include <string>#include <cstring>#include "madara/MadaraExport.h"#include "madara/expression/ExpressionTree.h"#include "madara/utility/ScopedArray.h"#include "madara/utility/Comparators.h"#include "madara/utility/StlHelper.h"#include "VariableReference.inl"Go to the source code of this file.
Classes | |
| class | madara::knowledge::VariableReferenceMapReader::const_iterator |
| Constant Input Iterator over values in the map. More... | |
| class | madara::knowledge::VariableReference |
| Optimized reference to a variable within the knowledge base. More... | |
| class | madara::knowledge::VariableReferenceMapReader |
| Helper class for iterating over VariableReferenceMaps, optionally including history of changed records, since a given TOI. More... | |
Namespaces | |
| madara | |
| Copyright(c) 2020 Galois. | |
| madara::knowledge | |
| Provides functions and classes for the distributed knowledge base. | |
Typedefs | |
| typedef std::map< const char *, VariableReference, utility::ComparisonLessThan > | madara::knowledge::VariableReferenceMap |
| a map of variable references More... | |
| typedef std::vector< VariableReference > | madara::knowledge::VariableReferences |
| a vector of variable references More... | |