
Base class for a visitor that runs a cursor over a tree. More...
#include <nodevisitor.hh>
Public Member Functions | |
| NodeVisitor (const Cursor &c0) | |
| Constructor. More... | |
| void | setCursor (const Cursor &c0) |
| Reset the cursor object to c0. More... | |
| Cursor & | getCursor (void) |
| Return the cursor. More... | |
Protected Attributes | |
| Cursor | c |
| The cursor. More... | |
Base class for a visitor that runs a cursor over a tree.
Definition at line 45 of file nodevisitor.hh.
|
inline |
Constructor.
Definition at line 42 of file nodevisitor.hpp.
|
inline |
Reset the cursor object to c0.
Definition at line 46 of file nodevisitor.hpp.
|
inline |
Return the cursor.
Definition at line 50 of file nodevisitor.hpp.
|
protected |
The cursor.
Definition at line 48 of file nodevisitor.hh.