SORTIE C++ Test Documentation
|
This is for making a fake linked list. More...
#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. | |
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.
|
inline |
Constructor.
p_tree | Tree to make this record out of |
clTree * clTestTreePopulation::clFakeLinkedList::next |
Link to the nextree in the fake hash table.
clFakeLinkedList * clTestTreePopulation::clFakeLinkedList::nextLink |
Link to the next record in the fake hash table.
clTree* clTestTreePopulation::clFakeLinkedList::prev |
Link to the previous tree in the fake hash table.
clFakeLinkedList* clTestTreePopulation::clFakeLinkedList::prevLink |
Link to the previous record in the fake hash table.
clTree * clTestTreePopulation::clFakeLinkedList::thisTree |
Current tree record.