|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::For_Each_Preorder< Node >, including all inherited members.
| operator()(Node *root, Op &op) const | Aleph::For_Each_Preorder< Node > | inline |
| operator()(Node *root, Op &&op=Op()) const | Aleph::For_Each_Preorder< Node > | inline |
| preorder(Node *root, Op &&op) | Aleph::For_Each_Preorder< Node > | inlineprivatestatic |
| traverse(Node *root, Op &&op) const | Aleph::For_Each_Preorder< Node > | inline |