All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Classes | Namespaces
stack.hpp File Reference

stack that doesn't call destructor on pop More...

#include <vector>

Go to the source code of this file.

Classes

class  paal::data_structures::stack< T >
 Stack. More...
 

Namespaces

 paal
 global namespace of project.
 
 paal::data_structures
 Data Structure namespace.
 

Detailed Description

stack that doesn't call destructor on pop

Author
Piotr Smulewicz, Robert RosoĊ‚ek
Version
1.0
Date
2014-08-12

Definition in file stack.hpp.