collection2  v0.6.0
Loading...
Searching...
No Matches
collection2::Stack< Element, Size > Member List

This is the complete list of members for collection2::Stack< Element, Size >, including all inherited members.

amount() constcollection2::Stack< Element, Size >inline
capacity() constcollection2::Stack< Element, Size >inline
hasSpace() constcollection2::Stack< Element, Size >inline
isEmpty() constcollection2::Stack< Element, Size >inline
operator=(const Stack &)=delete (defined in collection2::Stack< Element, Size >)collection2::Stack< Element, Size >
pop(Element *const data)collection2::Stack< Element, Size >
push(const Element &data)collection2::Stack< Element, Size >
Stack(Element *const data, const Size &dataSize)collection2::Stack< Element, Size >
Stack(const Stack &)=delete (defined in collection2::Stack< Element, Size >)collection2::Stack< Element, Size >
~Stack()=default (defined in collection2::Stack< Element, Size >)collection2::Stack< Element, Size >