Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SearchTree< T >::Node Class Reference
+ Collaboration diagram for SearchTree< T >::Node:

Public Member Functions

 Node ()
 
bool treelinks_null () const
 default constructor
 
void nullify_treelinks ()
 
void reset_parents_link_to_me (Node *XX)
 

Public Attributes

T value
 
Nodeleft
 
Noderight
 
Nodeparent
 
Nodesuccessor
 
Nodepredecessor
 

Detailed Description

template<class T>
class SearchTree< T >::Node

Definition at line 266 of file fjcore.cc.

View newest version in sPHENIX GitHub at line 266 of file fjcore.cc

Constructor & Destructor Documentation

template<class T >
SearchTree< T >::Node::Node ( )
inline

Definition at line 268 of file fjcore.cc.

View newest version in sPHENIX GitHub at line 268 of file fjcore.cc

Member Function Documentation

template<class T >
void SearchTree< T >::Node::nullify_treelinks ( )
inline

Definition at line 271 of file fjcore.cc.

View newest version in sPHENIX GitHub at line 271 of file fjcore.cc

References left().

+ Here is the call graph for this function:

template<class T >
void SearchTree< T >::Node::reset_parents_link_to_me ( Node XX)

Definition at line 284 of file fjcore.cc.

View newest version in sPHENIX GitHub at line 284 of file fjcore.cc

References SearchTree< T >::Node::left, SearchTree< T >::Node::parent, and SearchTree< T >::Node::right.

template<class T >
bool SearchTree< T >::Node::treelinks_null ( ) const
inline

default constructor

Definition at line 269 of file fjcore.cc.

View newest version in sPHENIX GitHub at line 269 of file fjcore.cc

References left().

Referenced by SearchTree< T >::verify_structure_linear().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

template<class T >
Node* SearchTree< T >::Node::predecessor

Definition at line 282 of file fjcore.cc.

View newest version in sPHENIX GitHub at line 282 of file fjcore.cc

Referenced by SearchTree< T >::insert(), and SearchTree< T >::print_elements().

template<class T >
Node* SearchTree< T >::Node::successor

Definition at line 281 of file fjcore.cc.

View newest version in sPHENIX GitHub at line 281 of file fjcore.cc

Referenced by SearchTree< T >::print_elements().

template<class T >
T SearchTree< T >::Node::value

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