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

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

Detailed Description

Namespace for Stack, the observer and the modifier.