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

Static Public Member Functions
aglowav::One2ManyTreeTraits< o2mNode > Class Template Reference

Traits for trees where the nodes have always a fixed number of leafs. More...

#include <tree.hh>

Inheritance diagram for aglowav::One2ManyTreeTraits< o2mNode >:
Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static o2mNode * child (const o2mNode *nd, uint j)

Detailed Description

template<class o2mNode>
class aglowav::One2ManyTreeTraits< o2mNode >

Traits for trees where the nodes have always a fixed number of leafs.

Definition at line 23 of file tree.hh.


Member Function Documentation

template<class o2mNode>
static o2mNode* aglowav::One2ManyTreeTraits< o2mNode >::child ( const o2mNode *  nd,
uint  j 
) [inline, static]

Definition at line 25 of file tree.hh.


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

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