Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FCSDerivedStatesList Class Reference

This class was formed to avoid several levels of indirection in keeping track of states.

#include <FCSDerivedStates.h>

List of all members.

Public Member Functions

 FCSDerivedStatesList ()
 Constructor.
void AddState (FCSStateWithLocations *State)
 Add a state to the list.

Public Attributes

int m_NumberOfStates
 Number of States in the list.
int m_MaxNumberOfStates
 Upper limit of states for the list.
FCSStateWithLocations ** m_States
 States in the list.


Detailed Description

Definition at line 15 of file FCSDerivedStates.h.


Member Function Documentation

void FCSDerivedStatesList::AddState FCSStateWithLocations State  ) 
 

Parameters:
State to be added

Definition at line 20 of file FCSDerivedStates.cpp.

References m_MaxNumberOfStates, m_NumberOfStates, m_States, and ReallocStateWithLocationsArray().


The documentation for this class was generated from the following files:
Generated on Sat Nov 5 11:20:17 2005 for Cpp Freecell Solver by  doxygen 1.4.4