xtd 0.2.0
Loading...
Searching...
No Matches
xtd::collections::generic::stack< type_t, container_t > Member List

This is the complete list of members for xtd::collections::generic::stack< type_t, container_t >, including all inherited members.

base_type typedefxtd::collections::generic::stack< type_t, container_t >
capacity() const noexcept -> size_typextd::collections::generic::stack< type_t, container_t >inline
clear() -> void overridextd::collections::generic::stack< type_t, container_t >inline
const_reference typedefxtd::collections::generic::stack< type_t, container_t >
contains(const_reference value) const noexcept -> bool overridextd::collections::generic::stack< type_t, container_t >inline
copy_to(xtd::array< type_t > &array, size_type array_index) const -> void overridextd::collections::generic::stack< type_t, container_t >inline
count() const noexcept -> size_type overridextd::collections::generic::stack< type_t, container_t >inline
ensure_capacity(size_type capacity) -> size_typextd::collections::generic::stack< type_t, container_t >inline
equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
get_enumerator() const noexcept overridextd::collections::generic::stack< type_t, container_t >inline
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
items() constxtd::collections::generic::stack< type_t, container_t >inline
memberwise_clone() constxtd::object
object()=defaultxtd::object
operator std::stack< type_t >() constxtd::collections::generic::stack< type_t, container_t >inline
operator=(const stack &other) -> stack &=defaultxtd::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_typextd::collections::generic::stack< type_t, container_t >inline
pop() -> value_typextd::collections::generic::stack< type_t, container_t >inline
push(const_reference value) -> voidxtd::collections::generic::stack< type_t, container_t >inline
push(value_type &&value) -> voidxtd::collections::generic::stack< type_t, container_t >inline
reference typedefxtd::collections::generic::stack< type_t, container_t >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
size_type typedefxtd::collections::generic::stack< type_t, container_t >
stack()=defaultxtd::collections::generic::stack< type_t, container_t >
stack(stack &&stack)xtd::collections::generic::stack< type_t, container_t >inline
stack(const stack &stack)=defaultxtd::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 overridextd::collections::generic::stack< type_t, container_t >inlinevirtual
trim_excess() -> voidxtd::collections::generic::stack< type_t, container_t >inline
trim_excess(size_type capacity) -> voidxtd::collections::generic::stack< type_t, container_t >inline
try_peek(value_type &result) const noexcept -> boolxtd::collections::generic::stack< type_t, container_t >inline
try_pop(value_type &result) noexcept -> boolxtd::collections::generic::stack< type_t, container_t >inline
value_type typedefxtd::collections::generic::stack< type_t, container_t >