|
TuringSim
C++ framework to simulate abstract computing models
|
Provides types to use in constructors for generic versions. More...
#include <runner/machineRunner.h>
Public Types | |
| typedef std::tuple< const MachineType &, ListenerType & > | ConstructorArgs |
| The tuple of parameters of a runner. | |
| typedef std::tuple< ListenerType & > | ListenerConstructorArgs |
| The tuple of parameters of a runner, excluding the machine parameter. | |
Provides types to use in constructors for generic versions.
| MachineType | the type of the machine |
| ListenerType | the type of the listener, may be void, in the specialization. |
Definition at line 93 of file machineRunner.h.