SORTIE C++ Test Documentation
|
Tests the clTreePopulation class. More...
#include <TestTreePopulation.h>
Public Member Functions | |
clFakeLinkedList (clTree *p_tree) | |
Constructor. More... | |
Public Attributes | |
clTree * | prev |
Link to the previous tree in the fake hash table. More... | |
clTree * | thisTree |
Current tree record. More... | |
clTree * | next |
Link to the nextree in the fake hash table. More... | |
clFakeLinkedList * | prevLink |
Link to the previous record in the fake hash table. More... | |
clFakeLinkedList * | nextLink |
Link to the next record in the fake hash table. More... | |
Tests the clTreePopulation class.
The test script guiding the test is Population Test.xls. 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 * clFakeLinkedList::next |
Link to the nextree in the fake hash table.
clFakeLinkedList * clFakeLinkedList::nextLink |
Link to the next record in the fake hash table.
clTree* clFakeLinkedList::prev |
Link to the previous tree in the fake hash table.
clFakeLinkedList* clFakeLinkedList::prevLink |
Link to the previous record in the fake hash table.
clTree * clFakeLinkedList::thisTree |
Current tree record.