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

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

add_after(const linked_list_node< type_t > &node, const type_t &value) -> linked_list_node< type_t >xtd::collections::generic::linked_list< type_t, allocator_t >inline
add_after(const linked_list_node< type_t > &node, linked_list_node< type_t > &new_node) -> voidxtd::collections::generic::linked_list< type_t, allocator_t >inline
add_before(const linked_list_node< type_t > &node, const type_t &value) -> linked_list_node< type_t >xtd::collections::generic::linked_list< type_t, allocator_t >inline
add_before(const linked_list_node< type_t > &node, linked_list_node< type_t > &new_node) -> voidxtd::collections::generic::linked_list< type_t, allocator_t >inline
add_first(const type_t &value) -> linked_list_node< type_t >xtd::collections::generic::linked_list< type_t, allocator_t >inline
add_first(linked_list_node< type_t > &node) -> voidxtd::collections::generic::linked_list< type_t, allocator_t >inline
add_last(const type_t &value) -> linked_list_node< type_t >xtd::collections::generic::linked_list< type_t, allocator_t >inline
add_last(linked_list_node< type_t > &node) -> voidxtd::collections::generic::linked_list< type_t, allocator_t >inline
base_type typedefxtd::collections::generic::linked_list< type_t, allocator_t >
clear() -> void overridextd::collections::generic::linked_list< type_t, allocator_t >inline
const_reference typedefxtd::collections::generic::linked_list< type_t, allocator_t >
contains(const type_t &value) const noexcept -> bool overridextd::collections::generic::linked_list< type_t, allocator_t >inline
copy_to(xtd::array< type_t > &array, size_type array_index) const -> void overridextd::collections::generic::linked_list< type_t, allocator_t >inline
count() const noexcept -> size_type overridextd::collections::generic::linked_list< type_t, allocator_t >inline
equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
find(const type_t value) const noexcept -> xtd::optional< linked_list_node< type_t > >xtd::collections::generic::linked_list< type_t, allocator_t >inline
find_last(const type_t value) const noexcept -> xtd::optional< linked_list_node< type_t > >xtd::collections::generic::linked_list< type_t, allocator_t >inline
first() const noexcept -> xtd::optional< linked_list_node< type_t > >xtd::collections::generic::linked_list< type_t, allocator_t >inline
first() noexcept -> xtd::optional< linked_list_node< type_t > >xtd::collections::generic::linked_list< type_t, allocator_t >inline
get_enumerator() const noexcept overridextd::collections::generic::linked_list< type_t, allocator_t >inline
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
items() const noexcept -> const base_type &xtd::collections::generic::linked_list< type_t, allocator_t >inline
items() noexcept -> base_type &xtd::collections::generic::linked_list< type_t, allocator_t >inline
last() const noexcept -> xtd::optional< linked_list_node< type_t > >xtd::collections::generic::linked_list< type_t, allocator_t >inline
last() noexcept -> xtd::optional< linked_list_node< type_t > >xtd::collections::generic::linked_list< type_t, allocator_t >inline
linked_list()=defaultxtd::collections::generic::linked_list< type_t, allocator_t >
linked_list(linked_list &&list)=defaultxtd::collections::generic::linked_list< type_t, allocator_t >
linked_list(const linked_list &list)xtd::collections::generic::linked_list< type_t, allocator_t >inline
linked_list(base_type &&list)xtd::collections::generic::linked_list< type_t, allocator_t >inline
linked_list(const base_type &list)xtd::collections::generic::linked_list< type_t, allocator_t >inline
linked_list(const xtd::collections::generic::ienumerable< type_t > &collection)xtd::collections::generic::linked_list< type_t, allocator_t >inline
linked_list(std::initializer_list< type_t > items)xtd::collections::generic::linked_list< type_t, allocator_t >inline
linked_list(input_iterator_t first, input_iterator_t last)xtd::collections::generic::linked_list< type_t, allocator_t >inline
memberwise_clone() constxtd::object
object()=defaultxtd::object
operator base_type &() noexceptxtd::collections::generic::linked_list< type_t, allocator_t >inline
operator const base_type &() const noexceptxtd::collections::generic::linked_list< type_t, allocator_t >inline
operator=(const linked_list &other) -> linked_list &=defaultxtd::collections::generic::linked_list< type_t, allocator_t >
operator=(linked_list &&other) noexcept -> linked_list &xtd::collections::generic::linked_list< type_t, allocator_t >inline
operator=(const std::initializer_list< type_t > &items) -> linked_list &xtd::collections::generic::linked_list< type_t, allocator_t >inline
reference typedefxtd::collections::generic::linked_list< type_t, allocator_t >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
remove(const type_t &item) noexcept -> bool overridextd::collections::generic::linked_list< type_t, allocator_t >inline
remove(linked_list_node< type_t > &node) -> voidxtd::collections::generic::linked_list< type_t, allocator_t >inline
remove_first() -> voidxtd::collections::generic::linked_list< type_t, allocator_t >inline
remove_last() -> voidxtd::collections::generic::linked_list< type_t, allocator_t >inline
size_type typedefxtd::collections::generic::linked_list< type_t, allocator_t >
to_string() const noexcept -> xtd::string overridextd::collections::generic::linked_list< type_t, allocator_t >inlinevirtual
value_type typedefxtd::collections::generic::linked_list< type_t, allocator_t >