| base_type typedef | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | |
| begin() const -> const_iterator | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| capacity() const noexcept -> size_type | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| cbegin() const -> const_iterator | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| cend() const -> const_iterator | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| clear() -> void | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| const_iterator typedef | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | |
| const_reference typedef | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | |
| const_reverse_iterator typedef | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | |
| container_type typedef | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | |
| crbegin() const -> const_reverse_iterator | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| crend() const -> const_reverse_iterator | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| end() const -> const_iterator | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| items() noexcept -> base_type & | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| items() const noexcept -> const base_type & | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| operator base_type &() noexcept | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| operator const base_type &() const noexcept | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| operator=(const raw_stack &other)=default | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | |
| operator=(raw_stack &&other)=default | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | |
| pop() -> void | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| push(const value_type &value) -> void | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| push(value_type &&value) -> void | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| raw_stack() | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| raw_stack(size_type capacity) | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inlineexplicit |
| raw_stack(const raw_stack &other) | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| raw_stack(raw_stack &&other) | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| raw_stack(input_iterator_t first, input_iterator_t last) | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| raw_stack(const allocator_t &alloc) | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inlineexplicit |
| rbegin() const -> const_reverse_iterator | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| reference typedef | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | |
| rend() const -> const_reverse_iterator | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| reserve(size_type count) -> void | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| shrink_to_fit() -> void | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| size() const noexcept -> size_type | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | inline |
| size_type typedef | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | |
| value_type typedef | xtd::collections::generic::helpers::raw_stack< type_t, container_t > | |