#include <MultiThreadSimEngine.h>
Public Member Functions | |
SimEngineInitializeJob (SingleThreadSimEngine *eng) | |
Constructs a SimEngineReset job. | |
virtual void | start () |
Starts the execution of the job. This is invoked by the thread object. | |
Protected Attributes | |
SingleThreadSimEngine * | eng |
Definition at line 54 of file MultiThreadSimEngine.h.
SimEngineInitializeJob::SimEngineInitializeJob | ( | SingleThreadSimEngine * | eng | ) |
Constructs a SimEngineReset job.
eng | the SingleThreadSimEngine which is reset when the job starts. |
Definition at line 32 of file MultiThreadSimEngine.cpp.
void SimEngineInitializeJob::start | ( | ) | [virtual] |
Starts the execution of the job. This is invoked by the thread object.
Implements ThreadPoolJob.
Definition at line 37 of file MultiThreadSimEngine.cpp.
References eng, and SingleThreadSimEngine::initialize().
SingleThreadSimEngine* SimEngineInitializeJob::eng [protected] |