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

Stack with allocator and vector container. More...

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

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Stack with allocator and vector container.

Author
J. Broeckhove - see copyright.txt

Definition in file stack7.cpp.

Function Documentation

int main ( )

Definition at line 11 of file stack7.cpp.

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

Here is the call graph for this function: