#include <FCSStateStorage.h>
Inheritance diagram for FCHashStateStorage:
Public Member Functions | |
FCHashStateStorage () | |
Constructor. | |
virtual | ~FCHashStateStorage () |
Destructor. | |
virtual bool | CheckAndInsert (FCSStateWithLocations **ExistingState, FCSStateWithLocations *NewState) |
Insert a state into storage. | |
Protected Attributes | |
AGenericHash< FCSStateWithLocations, void > * | m_Hash |
Hash to store states. |
Definition at line 113 of file FCSStateStorage.h.
|
Implements AFCSGenericStateStorage. Definition at line 97 of file FCSStateStorage.cpp. References AGenericHash< Key, ConfigData >::Insert(), and m_Hash. |