#include <FCSStackStorage.h>
Inheritance diagram for FCHashStackStorage:
Public Member Functions | |
FCHashStackStorage () | |
Constructor. | |
virtual | ~FCHashStackStorage () |
Destructor. | |
virtual FCSIndirectCard * | Insert (FCSIndirectCard *card) |
Insert a FCSIndirectCard. | |
Protected Attributes | |
AGenericHash< FCSIndirectCard, void > * | m_Hash |
Hash to store indirect states. |
Definition at line 101 of file FCSStackStorage.h.
|
Implements AFCSGenericStackStorage. Definition at line 93 of file FCSStackStorage.cpp. References AGenericHash< Key, ConfigData >::Insert(), and m_Hash. |