aglowav::BiTreeTraits< Node > Class Template Reference
Traits for the binary tree algorithm. More...
#include <tree.hh>
Inheritance diagram for aglowav::BiTreeTraits< Node >:
Static Public Member Functions | |
static Node * | child (const Node *nd, uint j) |
static Node * | lft (const Node *nd) |
Left node. More... | |
static Node *& | lft (Node *nd) |
static Node * | rght (const Node *nd) |
Right node. More... | |
Detailed Description
template<class Node>
class aglowav::BiTreeTraits< Node >
Traits for the binary tree algorithm.
Member Function Documentation
◆ child()
|
inlinestaticinherited |
◆ lft() [1/2]
template<class Node >
|
inlinestatic |
◆ lft() [2/2]
template<class Node >
|
inlinestatic |
◆ rght()
template<class Node >
|
inlinestatic |
The documentation for this class was generated from the following file:
- aglowav/tree.hh