#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.
|
|
Constructor.
|
1.4.6-NO