SORTIE C++ Test Documentation
Public Member Functions | Public Attributes | List of all members
clFakeLinkedList Class Reference

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...
 
clFakeLinkedListprevLink
 Link to the previous record in the fake hash table. More...
 
clFakeLinkedListnextLink
 Link to the next record in the fake hash table. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ clFakeLinkedList()

clFakeLinkedList::clFakeLinkedList ( clTree *  p_tree)
inline

Constructor.

Parameters
p_treeTree to make this record out of

Member Data Documentation

◆ next

clTree * clFakeLinkedList::next

Link to the nextree in the fake hash table.

◆ nextLink

clFakeLinkedList * clFakeLinkedList::nextLink

Link to the next record in the fake hash table.

◆ prev

clTree* clFakeLinkedList::prev

Link to the previous tree in the fake hash table.

◆ prevLink

clFakeLinkedList* clFakeLinkedList::prevLink

Link to the previous record in the fake hash table.

◆ thisTree

clTree * clFakeLinkedList::thisTree

Current tree record.


The documentation for this class was generated from the following file: