class DatastoreRecorder : public Recorder


Inheritance:


Public Methods

DatastoreRecorder(FE_Datastore &theDatastore)
~DatastoreRecorder()
int record(int commitTag)
int playback(int commitTag)
void restart(void)

Inherited from Recorder:


Documentation

A DatastoreRecorder object is used in the program to invoke commitState() on an FE_Datastore object when commit() is invoked on a Domain. The class is included in the framework so that the Domain class does not have to be modified for FE_Datastore objects.

DatastoreRecorder(FE_Datastore &theDatastore)

Saves a pointer to the object theDatastore

~DatastoreRecorder()

Does nothing

int record(int commitTag)

Returns the result of invoking commitState(commitTag) on theDatastore object

int playback(int commitTag)

Returns the result of invoking restoreState(commitTag) on theDatastore object

void restart(void)

Does nothing


This class has no child classes.

alphabetic index Contents

this page has been generated automatically by a slightly modified version of doc++ for OpenSees

Copyright Contact Us