#include <FCSStateStorage.h>
Inheritance diagram for AFCSGenericStateStorage:
Public Member Functions | |
virtual | ~AFCSGenericStateStorage () |
Destructor. | |
virtual bool | CheckAndInsert (FCSStateWithLocations **ExistingState, FCSStateWithLocations *NewState)=0 |
Insert a state into storage. |
Definition at line 32 of file FCSStateStorage.h.
|
Implemented in FCTreeStateStorage, FCHashStateStorage, and FCIndirectStateStorage. Referenced by FCSTalonSolvingAlgorithm::CheckAndAddState(), and FCSFreecellData::CheckAndAddState(). |