#include <tree.hh>
Static Public Member Functions | |
static Node * | lft (const Node *nd) |
Left node. | |
static Node *& | lft (Node *nd) |
static Node * | rght (const Node *nd) |
Right node. | |
static Node * | child (const Node *nd, uint j) |
Traits for the binary tree algorithm
|
inlinestaticinherited |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |