Data Structures in C++
Data Structures
StaticStack.hpp File Reference
#include <stdexcept>
#include <string>
#include "Stack.hpp"
Include dependency graph for StaticStack.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  StaticStack< T >
 Stack implementation using a native C++ array as data storage. More...