Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Static Public Member Functions
aglowav::BiTreeTraits< Node > Class Template Reference

Traits for the binary tree algorithm. More...

#include <tree.hh>

Inheritance diagram for aglowav::BiTreeTraits< Node >:
Inheritance graph
[legend]
Collaboration diagram for aglowav::BiTreeTraits< Node >:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

template<class Node>
class aglowav::BiTreeTraits< Node >

Traits for the binary tree algorithm.

Definition at line 72 of file tree.hh.


Member Function Documentation

static Node * aglowav::One2ManyTreeTraits< Node >::child ( const Node *  nd,
uint  j 
) [inline, static, inherited]

Definition at line 25 of file tree.hh.

template<class Node>
static Node*& aglowav::BiTreeTraits< Node >::lft ( Node *  nd) [inline, static]

Definition at line 76 of file tree.hh.

template<class Node>
static Node* aglowav::BiTreeTraits< Node >::lft ( const Node *  nd) [inline, static]

Left node.

Definition at line 75 of file tree.hh.

template<class Node>
static Node* aglowav::BiTreeTraits< Node >::rght ( const Node *  nd) [inline, static]

Right node.

Definition at line 78 of file tree.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)