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

Using the stack class template. More...

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

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Using the stack class template.

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

Definition in file stack1.cpp.

Function Documentation

int main ( )

Definition at line 11 of file stack1.cpp.

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

Here is the call graph for this function: