#include <cassert>#include "Node.h"#include "Stack.h"

Go to the source code of this file.
Functions | |
| int | main () |
| int main | ( | ) |
Definition at line 6 of file Adapter.cpp.
References Stack::pop(), print_stack(), Stack::push(), Stack::size(), and Stack::top().
