#include <Tree.hpp>
Collaboration diagram for Ionflux::Tools::TreePath:

Public Attributes | |
| Tree * | tree |
| The tree this path belongs to. | |
| std::vector< Node * > | nodes |
| Vector of nodes, in order of top-to-bottom traversal. | |
| int | subscript |
| Data subscript (of the last node). | |
| bool | explicitSubscript |
| Whether the data subscript has been specified explicitly. | |
Represents a full tree path referencing a data entry in the tree.
|
|
Whether the data subscript has been specified explicitly.
|
|
|
Vector of nodes, in order of top-to-bottom traversal.
|
|
|
Data subscript (of the last node).
|
|
|
The tree this path belongs to.
|
1.4.6