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