Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::util::branch< T > Class Template Reference

Class of generic branch. More...

#include <tree.hh>

Public Member Functions

tree_node< T > & apex ()
 The getter of the appex.
 
 branch (tree< T > &tree, tree_node< T > &apex)
 Constructor.
 
tree< T > & util_tree ()
 The getter of the tree.
 

Detailed Description

template<typename T>
class mln::util::branch< T >

Class of generic branch.

Definition at line 249 of file tree.hh.

Constructor & Destructor Documentation

template<typename T >
branch< T >::branch ( util::tree< T > &  tree,
util::tree_node< T > &  apex 
)
inline

Constructor.

Parameters
[in]treeThe tree of the branch.
[in]apexThe apex of the branch.

Definition at line 537 of file tree.hh.

Member Function Documentation

template<typename T >
util::tree_node< T > & branch< T >::apex ( )
inline

The getter of the appex.

Returns
The tree_node appex of the current branch.

Definition at line 548 of file tree.hh.

template<typename T >
mln::util::tree< T > & branch< T >::util_tree ( )
inline

The getter of the tree.

Returns
The tree of the current branch.

Definition at line 556 of file tree.hh.