Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
Tree< Data > Class Template Reference

#include <tree.hh>

Collaboration diagram for Tree< Data >:
Collaboration graph
[legend]

Public Types

typedef TreeNode< Data > node_t
 

Public Member Functions

 Tree (Data rt)
 
node_troot ()
 

Protected Attributes

node_troot_
 

Detailed Description

template<class Data>
class Tree< Data >

Definition at line 128 of file tree.hh.

Member Typedef Documentation

template<class Data >
typedef TreeNode<Data> Tree< Data >::node_t

Definition at line 132 of file tree.hh.

Constructor & Destructor Documentation

template<class Data >
Tree< Data >::Tree ( Data  rt)
inline

Definition at line 134 of file tree.hh.

Member Function Documentation

template<class Data >
node_t* Tree< Data >::root ( )
inline

Definition at line 137 of file tree.hh.

Here is the caller graph for this function:

Member Data Documentation

template<class Data >
node_t* Tree< Data >::root_
protected

Definition at line 141 of file tree.hh.


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