This is the complete list of members for collection2::Stack< Element, Size >, including all inherited members.
| amount() const | collection2::Stack< Element, Size > | inline |
| capacity() const | collection2::Stack< Element, Size > | inline |
| hasSpace() const | collection2::Stack< Element, Size > | inline |
| isEmpty() const | collection2::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 > |