clTestTreePopulation::clFakeLinkedList Class Reference

This is for making a fake linked list. More...

#include <TestTreePopulation.h>

List of all members.

Public Member Functions

 clFakeLinkedList (clTree *p_tree)
 Constructor.

Public Attributes

clTree * prev
 Link to the previous tree in the fake hash table.
clTree * thisTree
 Current tree record.
clTree * next
 Link to the nextree in the fake hash table.
clFakeLinkedListprevLink
 Link to the previous record in the fake hash table.
clFakeLinkedListnextLink
 Link to the next record in the fake hash table.


Detailed Description

This is for making a fake linked list.

One of these takes the place of a real tree and overlays the previous and next links.


Constructor & Destructor Documentation

clTestTreePopulation::clFakeLinkedList::clFakeLinkedList ( clTree *  p_tree  )  [inline]

Constructor.

Parameters:
p_tree Tree to make this record out of


The documentation for this class was generated from the following file:
Generated on Thu May 24 09:35:12 2007 for SORTIE C++ Test Documentation by  doxygen 1.5.2