Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
stack6.cpp File Reference

Stack with vector as container. More...

#include "stack6.hpp"
#include <iostream>
#include <vector>
Include dependency graph for stack6.cpp:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Stack with vector as container.

Author
J. Broeckhove - see copyright.txt

Definition in file stack6.cpp.

Function Documentation

int main ( )

Definition at line 11 of file stack6.cpp.

References Stack< T >::pop(), Stack< T >::push(), and Stack< T >::top().

Here is the call graph for this function: