Abstract base class for tree traversal strategies, for use in INodeVisitor.
For definition of different strategies see https://en.wikipedia.org/wiki/Tree_traversal.
Definition at line 25 of file IterationStrategy.h.
◆ clone()
◆ first()
◆ next()
virtual void IterationStrategy::next |
( |
IteratorMemento & |
iterator_stack | ) |
const |
|
pure virtual |
◆ isDone()
virtual bool IterationStrategy::isDone |
( |
IteratorMemento & |
iterator_stack | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: