| add(const type_t &item) -> void override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
| add(type_t &&item) -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| add_range(const xtd::collections::generic::ienumerable< type_t > &enumerable) -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| add_range(std::initializer_list< type_t > il) -> void | xtd::collections::generic::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 |
| as_read_only() const noexcept -> read_only_collection | xtd::collections::generic::list< type_t, allocator_t > | inline |
| average() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| base_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |
| begin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| binary_search(const type_t &item) const noexcept -> xtd::usize | xtd::collections::generic::list< type_t, allocator_t > | inline |
| binary_search(const type_t &item, const xtd::collections::generic::icomparer< type_t > &comparer) const noexcept -> xtd::usize | xtd::collections::generic::list< type_t, allocator_t > | inline |
| binary_search(xtd::usize index, xtd::usize count, const type_t &item, const xtd::collections::generic::icomparer< type_t > &comparer) const -> xtd::usize | xtd::collections::generic::list< type_t, allocator_t > | inline |
| bpos | xtd::collections::generic::ilist< type_t > | inlinestatic |
| capacity() const noexcept -> size_type | xtd::collections::generic::list< type_t, allocator_t > | inline |
| capacity(size_type value) -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| 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::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_base_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |
| const_iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
| const_pointer typedef | xtd::collections::generic::list< type_t, allocator_t > | |
| const_reference typedef | xtd::collections::generic::list< type_t, allocator_t > | |
| contains(const type_t &value) const noexcept -> bool override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
| convert_all(converter_t converter) const -> list< output_t > | xtd::collections::generic::list< type_t, allocator_t > | inline |
| copy_to(xtd::array< type_t > &array) const -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| copy_to(xtd::array< type_t > &array, size_type array_index) const -> void override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
| copy_to(size_type index, xtd::array< type_t > &array, size_type array_index, size_type count) const -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| count() const noexcept -> size_type override | xtd::collections::generic::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 |
| data() noexcept -> pointer | xtd::collections::generic::list< type_t, allocator_t > | inline |
| data() const noexcept -> const_pointer | xtd::collections::generic::list< type_t, allocator_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 |
| ensure_capacity(xtd::usize capacity) -> xtd::usize | xtd::collections::generic::list< type_t, allocator_t > | inline |
| enumerable_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| epos | xtd::collections::generic::ilist< type_t > | inlinestatic |
| equals(const object &obj) const noexcept -> bool override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
| equals(const list &obj) const noexcept -> bool override | xtd::collections::generic::list< type_t, allocator_t > | inline |
| xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool | xtd::object | inlinestatic |
| xtd::iequatable< xtd::collections::generic::list< type_t, allocator_t > >::equals(const type_t &) const noexcept -> bool=0 | xtd::iequatable< xtd::collections::generic::list< type_t, allocator_t > > | pure virtual |
| exists(predicate_t match) const -> bool | xtd::collections::generic::list< type_t, allocator_t > | inline |
| find(predicate_t match) const -> optional< type_t > | xtd::collections::generic::list< type_t, allocator_t > | inline |
| find_all(predicate_t match) const -> list | xtd::collections::generic::list< type_t, allocator_t > | inline |
| find_index(predicate_t match) const -> xtd::usize | xtd::collections::generic::list< type_t, allocator_t > | inline |
| find_index(xtd::usize start_index, predicate_t match) const -> xtd::usize | xtd::collections::generic::list< type_t, allocator_t > | inline |
| find_index(xtd::usize start_index, xtd::usize count, predicate_t match) const -> xtd::usize | xtd::collections::generic::list< type_t, allocator_t > | inline |
| find_last(predicate_t match) const -> optional< type_t > | xtd::collections::generic::list< type_t, allocator_t > | inline |
| find_last_index(predicate_t match) const -> xtd::usize | xtd::collections::generic::list< type_t, allocator_t > | inline |
| find_last_index(xtd::usize start_index, predicate_t match) const -> xtd::usize | xtd::collections::generic::list< type_t, allocator_t > | inline |
| find_last_index(xtd::usize start_index, xtd::usize count, predicate_t match) const -> xtd::usize | xtd::collections::generic::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 |
| for_each(action_t action) -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| get_enumerator() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
| get_hash_code() const noexcept -> xtd::usize | xtd::object | virtual |
| get_range(size_type index, size_type count) -> list | xtd::collections::generic::list< type_t, allocator_t > | inline |
| get_type() const noexcept -> type_object | xtd::object | virtual |
| ienumerable typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| index_of(const type_t &value) const noexcept -> size_type override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
| index_of(const type_t &value, size_type index) const -> size_type | xtd::collections::generic::list< type_t, allocator_t > | inline |
| insert(size_type index, const type_t &value) -> void override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
| insert(size_type index, type_t &&value) -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| insert_range(size_type index, const xtd::collections::generic::ienumerable< type_t > &enumerable) -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| insert_range(size_type index, const std::initializer_list< type_t > &items) -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| items() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inline |
| items() noexcept | xtd::collections::generic::list< type_t, allocator_t > | inline |
| iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
| last_index_of(const type_t &value) const noexcept -> size_type | xtd::collections::generic::list< type_t, allocator_t > | inline |
| last_index_of(const type_t &value, size_type index, size_type count) const -> size_type | xtd::collections::generic::list< type_t, allocator_t > | inline |
| list() noexcept=default | xtd::collections::generic::list< type_t, allocator_t > | |
| list(size_type capacity) | xtd::collections::generic::list< type_t, allocator_t > | inlineexplicit |
| list(const xtd::collections::generic::ienumerable< type_t > &collection) | xtd::collections::generic::list< type_t, allocator_t > | inline |
| list(const list &list) | xtd::collections::generic::list< type_t, allocator_t > | inline |
| list(list &&list) | xtd::collections::generic::list< type_t, allocator_t > | inline |
| list(const base_type &list) | xtd::collections::generic::list< type_t, allocator_t > | inline |
| list(base_type &&list) | xtd::collections::generic::list< type_t, allocator_t > | inline |
| list(std::initializer_list< type_t > items) | xtd::collections::generic::list< type_t, allocator_t > | inline |
| list(input_iterator_t first, input_iterator_t last) | xtd::collections::generic::list< type_t, allocator_t > | inline |
| memberwise_clone() const -> xtd::unique_ptr_object< object_t > | xtd::object | |
| npos | xtd::collections::generic::ilist< type_t > | inlinestatic |
| object()=default | xtd::object | |
| operator base_type &() noexcept | xtd::collections::generic::list< type_t, allocator_t > | inline |
| operator const_base_type &() const noexcept | xtd::collections::generic::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 list &other) -> list &=default | xtd::collections::generic::list< type_t, allocator_t > | |
| operator=(list &&other) noexcept -> list & | xtd::collections::generic::list< type_t, allocator_t > | inline |
| operator=(const std::initializer_list< type_t > &items) -> list & | xtd::collections::generic::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[](size_type index) const -> const_reference override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
| operator[](size_type index) -> reference override | xtd::collections::generic::list< type_t, allocator_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 |
| pointer typedef | xtd::collections::generic::list< type_t, allocator_t > | |
| read_only_collection typedef | xtd::collections::generic::list< type_t, allocator_t > | |
| reference typedef | xtd::collections::generic::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::list< type_t, allocator_t > | inlinevirtual |
| remove_all(predicate_t match) -> xtd::usize | xtd::collections::generic::list< type_t, allocator_t > | inline |
| remove_at(size_type index) -> void override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
| remove_range(size_type index, size_type count) -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| reverse() -> list< type_t > & | xtd::collections::generic::list< type_t, allocator_t > | inline |
| reverse(size_type index, size_type count) -> list< type_t > & | xtd::collections::generic::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::list< type_t, allocator_t > | |
| slice(size_type start, size_type length) const -> list< type_t > | xtd::collections::generic::list< type_t, allocator_t > | inline |
| sort() -> list< type_t > & | xtd::collections::generic::list< type_t, allocator_t > | inline |
| sort(xtd::comparison< const type_t & > comparison) -> list< type_t > & | xtd::collections::generic::list< type_t, allocator_t > | inline |
| sort(const xtd::collections::generic::icomparer< type_t > &comparer) -> list< type_t > & | xtd::collections::generic::list< type_t, allocator_t > | inline |
| sort(xtd::usize index, xtd::usize count, const xtd::collections::generic::icomparer< type_t > &comparer) -> list< type_t > & | xtd::collections::generic::list< type_t, allocator_t > | inline |
| source_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| to_array() const noexcept -> xtd::array< value_type > | xtd::collections::generic::list< type_t, allocator_t > | inline |
| xtd::collections::generic::ilist::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::list< type_t, allocator_t > | inlinevirtual |
| trim_excess() -> void | xtd::collections::generic::list< type_t, allocator_t > | inline |
| true_for_all(prediacate_t match) const -> bool | xtd::collections::generic::list< type_t, allocator_t > | inline |
| value_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |
| where(auto &&predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |