16 #ifndef QWTRACKINGNODENODE_H
17 #define QWTRACKINGNODENODE_H
24 namespace QwTracking {
88 #endif // QWTRACKINGNODENODE_H
treenode * GetTree() const
Get the tree.
nodenode(nodenode *next=0, treenode *tree=0)
Constructor with next and tree pointers.
void SetTree(treenode *tree)
Set the tree.
Memory management structure to count objects.
void SetNext(nodenode *next)
Set the next node.
A logfile class, based on an identical class in the Hermes analyzer.
Memory management class to count object instantiations.
treenode * fTree
Pointer to the next tree.
Definition of a treenode which contains the bits that make up a tree pattern.
nodenode * fNext
Pointer to the next node.
static std::ostream & endl(std::ostream &)
End of the line.
nodenode * next() const
Get the next node (non-standard notation)
A nodenode is used as a pointer which links treenodes to their siblings.
A treenode contains the bits that make up a tree pattern.
nodenode * GetNext() const
Get the next node.
#define QwError
Predefined log drain for errors.