Aleph-w  1.9
General library for algorithms and data structures
Aleph::For_Each_Postorder< Node > Member List

This is the complete list of members for Aleph::For_Each_Postorder< Node >, including all inherited members.

operator()(Node *root, Op &op) const noexcept(noexcept(op))Aleph::For_Each_Postorder< Node >inline
operator()(Node *root, Op &&op=Op()) const noexcept(noexcept(op))Aleph::For_Each_Postorder< Node >inline
traverse(Node *root, Op &op) const noexcept(noexcept(op))Aleph::For_Each_Postorder< Node >inline

Leandro Rabindranath León