clTestTreePopulation::clFakeLinkedList Class Reference

This is for making a fake linked list. More...

#include <TestTreePopulation.h>

List of all members.

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


Detailed Description

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

clTestTreePopulation::clFakeLinkedList::clFakeLinkedList ( clTree *  p_tree  )  [inline]

Constructor.

Parameters:
p_tree Tree to make this record out of


Member Data Documentation

Link to the previous tree in the fake hash table.

Current tree record.

Link to the nextree in the fake hash table.

Link to the previous record in the fake hash table.

Link to the next record in the fake hash table.


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

Generated on Tue Apr 19 14:06:04 2011 for SORTIE C++ Test Documentation by  doxygen 1.5.6