MyVisitor

Undocumented in source.

Members

Functions

complete
bool complete()
Undocumented in source. Be warned that the author may not have intended to support it.
enterNode
auto enterNode(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
enterTree
void enterTree(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
leaveNode
void leaveNode(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
processLeaf
void processLeaf(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

sizeEnabled
enum sizeEnabled;
Undocumented in source.
treePathEnabled
enum treePathEnabled;
Undocumented in source.
treePathNGEnabled
enum treePathNGEnabled;
Undocumented in source.

Variables

log
TreePath[] log;
Undocumented in source.
path
TreePath path;
Undocumented in source.
tree_path
TreePath tree_path;
Undocumented in source.

Meta