| 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) -> void | xtd::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) -> void | xtd::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) -> void | xtd::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) -> void | xtd::collections::generic::linked_list< type_t, allocator_t > | inline |
| aggregate(const std::function< type_t(const type_t &, const type_t &)> &func) const -> type_t | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| all(const std::function< bool(const type_t &)> &predicate) const -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| any() const noexcept -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| append(const type_t &element) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| average() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| base_type typedef | xtd::collections::generic::linked_list< type_t, allocator_t > | |
| begin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| cast() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| cbegin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| cend() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| chunk(xtd::usize size) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| clear() -> void override | xtd::collections::generic::linked_list< type_t, allocator_t > | inlinevirtual |
| concat(const ienumerable< type_t > &second) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| const_iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
| const_reference typedef | xtd::collections::generic::linked_list< type_t, allocator_t > | |
| contains(const type_t &value) const noexcept -> bool override | xtd::collections::generic::linked_list< type_t, allocator_t > | inlinevirtual |
| copy_to(xtd::array< type_t > &array, size_type array_index) const -> void override | xtd::collections::generic::linked_list< type_t, allocator_t > | inlinevirtual |
| count() const noexcept -> size_type override | xtd::collections::generic::linked_list< type_t, allocator_t > | inlinevirtual |
| count_by(const std::function< key_t(const type_t &)> &key_selector) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| default_if_empty() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| distinct() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| empty() const noexcept -> bool | xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > > | inlinevirtual |
| end() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| enumerable_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| equals(const object &obj) const noexcept -> bool | xtd::object | virtual |
| equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool | xtd::object | inlinestatic |
| 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 |
| first_or_default(const std::function< bool(const type_t &)> &predicate, const type_t &default_value) const noexcept -> type_t | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| get_enumerator() const noexcept override | xtd::collections::generic::linked_list< type_t, allocator_t > | inlinevirtual |
| get_hash_code() const noexcept -> xtd::usize | xtd::object | virtual |
| get_type() const noexcept -> type_object | xtd::object | virtual |
| ienumerable typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| 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 |
| iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
| 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()=default | xtd::collections::generic::linked_list< type_t, allocator_t > | |
| linked_list(linked_list &&list)=default | xtd::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 |
| list typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| memberwise_clone() const -> xtd::unique_ptr_object< object_t > | xtd::object | |
| object()=default | xtd::object | |
| operator base_type &() noexcept | xtd::collections::generic::linked_list< type_t, allocator_t > | inline |
| operator const base_type &() const noexcept | xtd::collections::generic::linked_list< type_t, allocator_t > | inline |
| operator<<(const type_t &item) -> icollection< type_t > & | xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > > | inlinevirtual |
| operator=(const linked_list &other) -> linked_list &=default | xtd::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 |
| operator>>(const type_t &item) -> icollection< type_t > & | xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > > | inlinevirtual |
| order() const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| order_by(const std::function< type_t(const type_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| order_by_descending(const std::function< key_t(const type_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| reference typedef | xtd::collections::generic::linked_list< type_t, allocator_t > | |
| reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool | xtd::object | inlinestatic |
| remove(const type_t &item) noexcept -> bool override | xtd::collections::generic::linked_list< type_t, allocator_t > | inlinevirtual |
| remove(linked_list_node< type_t > &node) -> void | xtd::collections::generic::linked_list< type_t, allocator_t > | inline |
| remove_first() -> void | xtd::collections::generic::linked_list< type_t, allocator_t > | inline |
| remove_last() -> void | xtd::collections::generic::linked_list< type_t, allocator_t > | inline |
| select(auto &&selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| size() const noexcept -> xtd::usize | xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > > | inlinevirtual |
| size_type typedef | xtd::collections::generic::linked_list< type_t, allocator_t > | |
| source_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| to_array() const noexcept -> xtd::array< type_t > | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| to_const_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
| to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
| to_list() const noexcept -> xtd::collections::generic::list< type_t > | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| to_string() const noexcept -> xtd::string override | xtd::collections::generic::linked_list< type_t, allocator_t > | inlinevirtual |
| value_type typedef | xtd::collections::generic::linked_list< type_t, allocator_t > | |
| where(auto &&predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |