#include <FCSTalonStateWithLocations.h>
Inheritance diagram for FCSDebugTalonStateWithLocations:

Public Member Functions | |
| FCSDebugTalonStateWithLocations () | |
| Constructor. | |
| virtual | ~FCSDebugTalonStateWithLocations () |
| Destructor. | |
| virtual void | Copy (FCSStateWithLocations *State) |
| Copy FCSDebugTalonStateWithLocations object. | |
| virtual void | Initialize (int NumberOfStacks) |
| Initialize the talon stack. | |
| virtual void | CleanState () |
| Clear the talon of the state. | |
| void | CacheTalonStacks (FCInternalHash< FCSTalonStateData, void > *TalonHash) |
| Cache the talon cards stack. | |
| void | CreateTalons (int NumberOfTalons) |
| Create a number of talon cards. | |
| FCSTalonStateData * | GetTalonData () |
| Get a pointer to all the talon data. | |
| void | DecrementKlondikeTalonStack () |
| Take a card off of the talon stack. | |
Protected Attributes | |
| FCSDebugTalonStateData * | m_TalonData |
| Talon data for a state. | |
Definition at line 66 of file FCSTalonStateWithLocations.h.
|
|
Definition at line 99 of file FCSTalonStateWithLocations.cpp. References FCSTalonStateData::GetKlondikeTalonLength(), FCInternalHash< Key, ConfigData >::Insert(), FCSDebugTalonStateData::m_Talon, and m_TalonData. |
|
|
Reimplemented from FCSDebugStateWithLocations< StateWithLocation >. Definition at line 81 of file FCSTalonStateWithLocations.cpp. References FCSDebugTalonStateData::Copy(), FCSDebugStateWithLocations< StateWithLocation >::Copy(), and m_TalonData. |
|
|
Definition at line 116 of file FCSTalonStateWithLocations.cpp. References FCSDebugTalonStateData::m_Talon, and m_TalonData. |
|
|
Definition at line 121 of file FCSTalonStateWithLocations.cpp. References m_TalonData. |
1.4.4