This is the complete list of members for Aleph::For_Each_Preorder< Node >, including all inherited members.
| operator()(Node *root, Op &op) const noexcept(noexcept(op)) | Aleph::For_Each_Preorder< Node > | inline |
| operator()(Node *root, Op &&op=Op()) const noexcept(noexcept(op)) | Aleph::For_Each_Preorder< Node > | inline |
| traverse(Node *root, Op &op) const noexcept(noexcept(op)) | Aleph::For_Each_Preorder< Node > | inline |