|
Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
This class specifies the basic operation on a stack as a linked list. More...
#include <iostream>#include <memory>#include <stdexcept>#include <vector>Go to the source code of this file.
Classes | |
| class | node< Kind > |
| for std::vector More... | |
| class | stack< ValueType > |
Functions | |
| template<typename Node , typename Action > | |
| void | traverse (const Node *const inNode, const Action &action) |
This class specifies the basic operation on a stack as a linked list.