#include "Node.h"


Go to the source code of this file.
Classes | |
| class | Stack |
Functions | |
| void | print_stack (Stack const &st) |
| void print_stack | ( | Stack const & | st | ) |
Definition at line 65 of file Stack.cpp.
References Stack::empty(), Stack::head, Node::pnext, and print_list().
Referenced by main().

