Next: , Previous: , Up: Top   [Index]


46 Common interface to stack–like containers

The library (vicare containers istacks) implements a common API for stack–like containers: data structure capable of last–in/first–out operations. A data structure is stack–like if it implements the operations: ‘empty?’, ‘top’, ‘push!’, ‘pop!’. Several libraries provide concrete stack implementations.