TuringSim
C++ framework to simulate abstract computing models
Classes
TuringSim::Machine::impl_details_ Namespace Reference

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...
 

Detailed Description

A namespace to hide some implementation details.