3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
tree_node_< T > Class Template Reference

A node in the tree, combining links to other nodes as well as the actual data. More...

#include <tree.hh>

Inheritance diagram for tree_node_< T >:
Inheritance graph
[legend]
Collaboration diagram for tree_node_< T >:
Collaboration graph
[legend]

Public Attributes

tree_node_< T > * parent
 
tree_node_< T > * first_child
 
tree_node_< T > * last_child
 
tree_node_< T > * prev_sibling
 
tree_node_< T > * next_sibling
 
data
 

Detailed Description

template<class T>
class tree_node_< T >

A node in the tree, combining links to other nodes as well as the actual data.

Member Data Documentation

◆ data

template<class T>
T tree_node_< T >::data

◆ first_child

template<class T>
tree_node_<T>* tree_node_< T >::first_child

◆ last_child

template<class T>
tree_node_<T> * tree_node_< T >::last_child

◆ next_sibling

template<class T>
tree_node_<T> * tree_node_< T >::next_sibling

◆ parent

template<class T>
tree_node_<T>* tree_node_< T >::parent

◆ prev_sibling

template<class T>
tree_node_<T>* tree_node_< T >::prev_sibling

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