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