|
SORTIE C++ Test Documentation
|
Tests the clTreePopulation class. 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. | |
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.
1.8.2