#include <TestTreePopulation.h>
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. | |
clFakeLinkedList * | prevLink |
Link to the previous record in the fake hash table. | |
clFakeLinkedList * | nextLink |
Link to the next record in the fake hash table. |
One of these takes the place of a real tree and overlays the previous and next links.
clTestTreePopulation::clFakeLinkedList::clFakeLinkedList | ( | clTree * | p_tree | ) | [inline] |
Constructor.
p_tree | Tree to make this record out of |
Link to the previous tree in the fake hash table.
Current tree record.
Link to the nextree in the fake hash table.
Link to the previous record in the fake hash table.
Link to the next record in the fake hash table.