ORIGINAL
Loading...
Searching...
No Matches
stack.h File Reference

Stack container adapter implementation. More...

#include "chain.h"
#include "containerAdapter.h"
#include <string>
Include dependency graph for stack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::stack< TYPE, SERIAL, ALLOC >
 Last-In-First-Out (LIFO) container adapter. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Stack container adapter implementation.

Provides a stack (LIFO) data structure adapter that uses underlying container types. Supports common stack operations and works with different container implementations.