|
MADARA
3.1.8
|
#include <stdlib.h>#include <stdexcept>#include "madara/utility/LStack.h"#include "madara/utility/LQueue.h"#include "madara/knowledge/KnowledgeRecord.h"

Go to the source code of this file.
Classes | |
| class | madara::expression::ExpressionTreeIteratorImpl |
| Implementation of the ExpressionTreeIterator pattern that is used to define the various iterations algorithms that can be performed to traverse the expression tree. More... | |
| class | madara::expression::InOrderIteratorImpl |
| Iterates through an ExpressionTree in in-order. More... | |
| class | madara::expression::LevelOrderExpressionTreeIteratorImpl |
| Iterates through an ExpressionTree in level-order. More... | |
| class | madara::expression::PostOrderIteratorImpl |
| Iterates through an ExpressionTree in post-order. More... | |
| class | madara::expression::PreOrderIteratorImpl |
| Iterates through an ExpressionTree in level-order. More... | |
| class | madara::utility::Refcounter< T > |
| This template class provides transparent reference counting of its template parameter T. More... | |
Namespaces | |
| madara | |
| Copyright (c) 2015 Carnegie Mellon University. | |
| madara::expression | |
| Contains the KaRL expression tree interpreter and related classes. | |
| madara::utility | |
| Provides utility functions and classes for common tasks and needs. | |