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

Public Member Functions | |
| FCSIndirectTalonStateWithLocations () | |
| Constructor. | |
| virtual | ~FCSIndirectTalonStateWithLocations () |
| Destructor. | |
| virtual void | Copy (FCSStateWithLocations *State) |
| Copy FCSIndirectTalonStateWithLocations 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 | |
| FCSIndirectTalonStateData * | m_TalonData |
| Talon data for a state. | |
Definition at line 240 of file FCSTalonStateWithLocations.h.
|
|
Implements FCSTalonStateWithLocations. Definition at line 337 of file FCSTalonStateWithLocations.cpp. References FCSTalonStateData::GetKlondikeTalonLength(), FCInternalHash< Key, ConfigData >::Insert(), FCSIndirectTalonStateData::m_Talon, and m_TalonData. |
|
|
Reimplemented from FCSIndirectStateWithLocations< FCSTalonStateWithLocations >. Definition at line 317 of file FCSTalonStateWithLocations.cpp. References FCSIndirectTalonStateData::Copy(), FCSIndirectStateWithLocations< StateWithLocation >::Copy(), and m_TalonData. |
|
|
Implements FCSTalonStateWithLocations. Definition at line 354 of file FCSTalonStateWithLocations.cpp. References FCSIndirectTalonStateData::m_Talon, and m_TalonData. |
|
|
Implements FCSTalonStateWithLocations. Definition at line 359 of file FCSTalonStateWithLocations.cpp. References m_TalonData. |
1.4.4