|
TuringSim
C++ framework to simulate abstract computing models
|
Namespace for Stack, the observer and the modifier. More...
Classes | |
| class | Stack |
| Class to represent a stack memory. More... | |
| class | StackModifier |
| Modifier for the Stack class. More... | |
| class | StackObserver |
| Observer for the Stack class. More... | |
| class | StackTooSmallException |
| Exception thrown when we try to pop or top an empty stack, or pops or tops a too small stack. More... | |
Namespace for Stack, the observer and the modifier.