#include <FCCompactState.h>
Inheritance diagram for FCSCompactState:

Public Member Functions | |
| int | GetClassSize () |
| Get the size of FCSCompactState class. | |
| int | StackCompare (int StackPosition1, int StackPosition2) |
| Compare two cards on the stack. | |
| int | Compare (FCSCompactState *State) |
| Compare two FCSCompactStates. | |
Public Attributes | |
| FCSCompactCard | m_Data [MAX_NUM_STACKS *(MAX_NUM_CARDS_IN_A_STACK+1)+MAX_NUM_FREECELLS+4 *MAX_NUM_DECKS] |
| State data - a large array of cards. | |
Definition at line 100 of file FCCompactState.h.
|
|
Definition at line 87 of file FCCompactState.cpp. References m_Data. Referenced by FCSCompactStateWithLocations< StateWithLocation >::Compare(). |
|
|
Implements FCSState. Definition at line 74 of file FCCompactState.cpp. |
|
||||||||||||
|
Definition at line 79 of file FCCompactState.cpp. References FCSCard::Compare(), and m_Data. Referenced by FCSCompactStateWithLocations< StateWithLocation >::CanonizeState(). |
1.4.4