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

Using the class template with default parameters. More...

#include "stack3.hpp"
#include <deque>
#include <iostream>
Include dependency graph for stack3.cpp:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Using the class template with default parameters.

Author
J. Broeckhove, CoMP/UA - see copyright.txt

Definition in file stack3.cpp.

Function Documentation

int main ( )

Definition at line 12 of file stack3.cpp.

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

Here is the call graph for this function: