StackList Class Template Reference
A data type that defines a stack using a doubly-linked list data structure.
More...
#include <StackList.h>
Inheritance diagram for StackList::
List of all members.
Public Methods |
|
| StackList () |
| | Empty constructor.
|
Detailed Description
template<class T>
class StackList< T >
A data type that defines a stack using a doubly-linked list data structure.
This class is a simple derivation of LinkedList that sets the stack mode.
The documentation for this class was generated from the following file: