Traits for the binary tree algorithm. More...
#include <tree.hh>


Static Public Member Functions | |
| static Node * | child (const Node *nd, uint j) |
| static Node *& | lft (Node *nd) |
| static Node * | lft (const Node *nd) |
| Left node. | |
| static Node * | rght (const Node *nd) |
| Right node. | |
Traits for the binary tree algorithm.
| static Node * aglowav::One2ManyTreeTraits< Node >::child | ( | const Node * | nd, |
| uint | j | ||
| ) | [inline, static, inherited] |
| static Node*& aglowav::BiTreeTraits< Node >::lft | ( | Node * | nd | ) | [inline, static] |
| static Node* aglowav::BiTreeTraits< Node >::lft | ( | const Node * | nd | ) | [inline, static] |
| static Node* aglowav::BiTreeTraits< Node >::rght | ( | const Node * | nd | ) | [inline, static] |