Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
FE_Datastore Class Reference#include <FE_Datastore.h>
Inheritance diagram for FE_Datastore::
List of all members.
Detailed Description
FE\_Datastore is an abstract class. An FE\_Datastore object is used in the program to store/restore the geometry and state information in the domain at particular instances. How, where and how the data is stored depends on the implementation provided by the concrete subclasses. \
}
Definition at line 57 of file FE_Datastore.h.
Constructor & Destructor Documentation
FE_Datastore::~FE_Datastore (
|
) [virtual]
|
|
Member Function Documentation
int FE_Datastore::commitState (
|
int commitTag ) [virtual]
|
|
int FE_Datastore::getDbTag (
|
void ) [pure virtual]
|
|
int FE_Datastore::restoreState (
|
int commitTag ) [virtual]
|
|
The documentation for this class was generated from the following files:
|