Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ElementRecorder Class Reference#include <ElementRecorder.h>
Inheritance diagram for ElementRecorder::
List of all members.
Constructor & Destructor Documentation
ElementRecorder::ElementRecorder (
|
const ID & eleID,
|
|
Domain & theDomain,
|
|
char ** argv,
|
|
int argc,
|
|
bool echoTime,
|
|
char * fileName = 0 )
|
|
ElementRecorder::~ElementRecorder (
|
)
|
|
Member Function Documentation
int ElementRecorder::playback (
|
int commitTag ) [virtual]
|
|
|
Invoked by the analyst after the analysis has been performed. What the Recorder does depends on the concrete subtype.
Reimplemented from Recorder.
Definition at line 158 of file ElementRecorder.cpp. |
int ElementRecorder::record (
|
int commitTag ) [virtual]
|
|
|
Invoked by the Domain object after {commit()} has been invoked on all the domain component objects. What the Recorder records depends on the concrete subtype.
Reimplemented from Recorder.
Definition at line 110 of file ElementRecorder.cpp. |
void ElementRecorder::restart (
|
void ) [virtual]
|
|
The documentation for this class was generated from the following files:
|