Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FCTreeStackStorage Class Reference

Generic tree stack storage class.

#include <FCSStackStorage.h>

Inheritance diagram for FCTreeStackStorage:

AFCSGenericStackStorage FCAVLRedBlackTreeStackStorage FCAVLTreeStackStorage FCGLIBTreeStackStorage FCRedBlackTreeStackStorage List of all members.

Public Member Functions

 FCTreeStackStorage ()
 Constructor.
virtual ~FCTreeStackStorage ()
 Destructor.
virtual FCSIndirectCardInsert (FCSIndirectCard *card)
 Insert a FCSIndirectCard.

Protected Attributes

AGenericTree< FCSIndirectCard,
void > * 
m_Tree
 Tree to store indirect states.

Detailed Description

Definition at line 35 of file FCSStackStorage.h.


Member Function Documentation

FCSIndirectCard * FCTreeStackStorage::Insert FCSIndirectCard card  )  [virtual]
 

Parameters:
Card to insert
Returns:
Returns Card if successful, NULL otherwise

Implements AFCSGenericStackStorage.

Definition at line 37 of file FCSStackStorage.cpp.

References m_Tree, and AGenericTree< Data, ConfigData >::Search().


The documentation for this class was generated from the following files:
Generated on Sat Nov 5 11:20:17 2005 for Cpp Freecell Solver by  doxygen 1.4.4