MP4
Stacks and Queues
stack.h File Reference

Definition of the Stack class. More...

#include <list>
#include "ordering_structure.h"
#include "stack.cpp"
+ Include dependency graph for stack.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  Stack< T >
 Stack class: represents a standard stack. More...
 

Detailed Description

Definition of the Stack class.

You should not modify this file for the MP!

Author
CS 225 course staff
Date
Spring 2007
Author
Daniel Hoodin
Date
Spring 2008
Author
Chase Geigle
Date
Fall 2012