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

The namespace of runner listener, used to follow the execution of a Machine. More...

Classes

class  DeterministicCounterListener
 A listener that counts transitions of deterministic machines. More...
 
class  DummyListener
 A listener that does nothing. More...
 
class  Listener
 The base class for listeners. More...
 
class  NonDeterministicCounterListener
 A listener that counts transitions of non-deterministic machines. More...
 

Detailed Description

The namespace of runner listener, used to follow the execution of a Machine.