|
TuringSim
C++ framework to simulate abstract computing models
|
A namespace to hide some implementation details. More...
Classes | |
| class | StateAcceptingMachineArgs |
This class provide a single type AcceptingConstructorArgs that is the tuple of parameters used to decide the acceptance. More... | |
| struct | StateAcceptingMachineArgs< StateType_, AcceptingStyle::Accepting > |
| The specialization of SimpleFiniteStateMachineArgs for accepting states. More... | |
| struct | StateAcceptingMachineArgs< StateType_, AcceptingStyle::Alternating > |
| The specialization of SimpleFiniteStateMachineArgs for alternating states. More... | |
| struct | StateAcceptingMachineArgs< StateType_, AcceptingStyle::NonAccepting > |
| The specialization of SimpleFiniteStateMachineArgs for non accepting states. More... | |
A namespace to hide some implementation details.