| base_type typedef | xtd::collections::generic::stack< type_t, container_t > | |
| capacity() const noexcept -> size_type | xtd::collections::generic::stack< type_t, container_t > | inline |
| clear() -> void override | xtd::collections::generic::stack< type_t, container_t > | inline |
| const_reference typedef | xtd::collections::generic::stack< type_t, container_t > | |
| contains(const_reference value) const noexcept -> bool override | xtd::collections::generic::stack< type_t, container_t > | inline |
| copy_to(xtd::array< type_t > &array, size_type array_index) const -> void override | xtd::collections::generic::stack< type_t, container_t > | inline |
| count() const noexcept -> size_type override | xtd::collections::generic::stack< type_t, container_t > | inline |
| ensure_capacity(size_type capacity) -> size_type | xtd::collections::generic::stack< type_t, container_t > | inline |
| equals(const object &obj) const noexcept | xtd::object | virtual |
| equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| get_enumerator() const noexcept override | xtd::collections::generic::stack< type_t, container_t > | inline |
| get_hash_code() const noexcept | xtd::object | virtual |
| get_type() const noexcept | xtd::object | virtual |
| items() const | xtd::collections::generic::stack< type_t, container_t > | inline |
| memberwise_clone() const | xtd::object | |
| object()=default | xtd::object | |
| operator std::stack< type_t >() const | xtd::collections::generic::stack< type_t, container_t > | inline |
| operator=(const stack &other) -> stack &=default | xtd::collections::generic::stack< type_t, container_t > | |
| operator=(stack &&other) noexcept -> stack & | xtd::collections::generic::stack< type_t, container_t > | inline |
| operator=(const std::initializer_list< type_t > &items) -> stack & | xtd::collections::generic::stack< type_t, container_t > | inline |
| peek() const -> value_type | xtd::collections::generic::stack< type_t, container_t > | inline |
| pop() -> value_type | xtd::collections::generic::stack< type_t, container_t > | inline |
| push(const_reference value) -> void | xtd::collections::generic::stack< type_t, container_t > | inline |
| push(value_type &&value) -> void | xtd::collections::generic::stack< type_t, container_t > | inline |
| reference typedef | xtd::collections::generic::stack< type_t, container_t > | |
| reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| size_type typedef | xtd::collections::generic::stack< type_t, container_t > | |
| stack()=default | xtd::collections::generic::stack< type_t, container_t > | |
| stack(stack &&stack) | xtd::collections::generic::stack< type_t, container_t > | inline |
| stack(const stack &stack)=default | xtd::collections::generic::stack< type_t, container_t > | |
| stack(std::stack< type_t > &&stack) | xtd::collections::generic::stack< type_t, container_t > | inline |
| stack(const std::stack< type_t > &stack) | xtd::collections::generic::stack< type_t, container_t > | inline |
| stack(const ienumerable< value_type > &collection) | xtd::collections::generic::stack< type_t, container_t > | inline |
| stack(size_type capacity) | xtd::collections::generic::stack< type_t, container_t > | inline |
| stack(std::initializer_list< type_t > il) | xtd::collections::generic::stack< type_t, container_t > | inline |
| stack(input_iterator_t first, input_iterator_t last) | xtd::collections::generic::stack< type_t, container_t > | inline |
| to_array() const -> xtd::array< value_type > | xtd::collections::generic::stack< type_t, container_t > | inline |
| to_string() const noexcept -> string override | xtd::collections::generic::stack< type_t, container_t > | inlinevirtual |
| trim_excess() -> void | xtd::collections::generic::stack< type_t, container_t > | inline |
| trim_excess(size_type capacity) -> void | xtd::collections::generic::stack< type_t, container_t > | inline |
| try_peek(value_type &result) const noexcept -> bool | xtd::collections::generic::stack< type_t, container_t > | inline |
| try_pop(value_type &result) noexcept -> bool | xtd::collections::generic::stack< type_t, container_t > | inline |
| value_type typedef | xtd::collections::generic::stack< type_t, container_t > | |