|
TuringSim
C++ framework to simulate abstract computing models
|
A class to run a simulate the execution of a deterministic Machine. More...
#include <runner/deterministicMachineRunner.h>
A class to run a simulate the execution of a deterministic Machine.
| MachineType | the type of the simulated machine. Must be a subclass of TuringSim::Machine::Machine. |
| ListenerType | the type of the listener that follows the execution of the listener. |
| ListenerConstructorArgs | the parameters related to the listener. |
The Machine have to be deterministic.
Definition at line 19 of file deterministicMachineRunner.h.