#include <FCSStateStorage.h>
Inheritance diagram for FCTreeStateStorage:
Public Member Functions | |
FCTreeStateStorage () | |
Constructor. | |
virtual | ~FCTreeStateStorage () |
Destructor. | |
virtual bool | CheckAndInsert (FCSStateWithLocations **ExistingState, FCSStateWithLocations *NewState) |
Insert a state into storage. | |
Protected Attributes | |
AGenericTree< FCSStateWithLocations, void > * | m_Tree |
Tree to store states. |
Definition at line 47 of file FCSStateStorage.h.
|
Implements AFCSGenericStateStorage. Definition at line 40 of file FCSStateStorage.cpp. References m_Tree, and AGenericTree< Data, ConfigData >::Search(). |