All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::data_structures::stack< T > Class Template Reference

Stack. More...

#include <stack.hpp>

Public Member Functions

 stack ()
 constructor
 
void push ()
 push
 
void pop ()
 pop doesn't call destructor
 
const T & top () const
 top
 
T & top ()
 top
 
bool empty () const
 empty
 
std::size_t size () const
 size
 

Detailed Description

template<class T>
class paal::data_structures::stack< T >

Stack.

Definition at line 17 of file stack.hpp.


The documentation for this class was generated from the following file: