TuringSim
C++ framework to simulate abstract computing models
TuringSim::Runner::MachineRunner_accepting_impl< MachineType, Enable > Class Template Reference

Internal class to add a "void accept()" member for accepting machines. More...

#include <runner/machineRunner.h>

Detailed Description

template<typename MachineType, typename Enable = void>
class TuringSim::Runner::MachineRunner_accepting_impl< MachineType, Enable >

Internal class to add a "void accept()" member for accepting machines.

Template Parameters
MachineTypethe type of the simulated machine.
Enableboilerplate.

Definition at line 16 of file machineRunner.h.


The documentation for this class was generated from the following file: