Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
Recorder Class Reference#include <Recorder.h>
Inheritance diagram for Recorder::
List of all members.
Detailed Description
The Recorder class is an abstract class which is introduced to allow information to be saved during the analysis. The interface defines two pure virtual methods {record()} and {playback()}. {record()} is a method which is called by the Domain object during a {commit()}. The {playback()} method can be called by the analyst after the analysis has been performed. \
}
Definition at line 51 of file Recorder.h.
Constructor & Destructor Documentation
Recorder::Recorder (
|
) [inline]
|
|
Recorder::~Recorder (
|
) [inline, virtual]
|
|
Member Function Documentation
int Recorder::playback (
|
int commitTag ) [pure virtual]
|
|
int Recorder::record (
|
int commitTag ) [pure virtual]
|
|
void Recorder::restart (
|
void ) [pure virtual]
|
|
The documentation for this class was generated from the following file:
|