add(const type_t &item) override | xtd::collections::generic::list< type_t, allocator_t > | inline |
add(type_t &&item) | xtd::collections::generic::list< type_t, allocator_t > | inline |
add_range(const xtd::collections::generic::ienumerable< type_t > &enumerable) | xtd::collections::generic::list< type_t, allocator_t > | inline |
add_range(std::initializer_list< type_t > il) | xtd::collections::generic::list< type_t, allocator_t > | inline |
as_read_only() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inline |
base_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |
binary_search(const type_t &item) const noexcept | 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::collections::generic::list< type_t, allocator_t > | inline |
binary_search(xtd::size index, xtd::size count, const type_t &item, const xtd::collections::generic::icomparer< type_t > &comparer) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
capacity() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inline |
capacity(size_type value) | xtd::collections::generic::list< type_t, allocator_t > | inline |
clear() override | xtd::collections::generic::list< type_t, allocator_t > | inline |
const_base_type typedef | xtd::collections::generic::list< type_t, allocator_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 override | xtd::collections::generic::list< type_t, allocator_t > | inline |
convert_all(converter_t converter) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
copy_to(xtd::array< type_t > &array) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
copy_to(xtd::array< type_t > &array, size_type array_index) const override | xtd::collections::generic::list< type_t, allocator_t > | inline |
copy_to(size_type index, xtd::array< type_t > &array, size_type array_index, size_type count) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
count() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
data() noexcept | xtd::collections::generic::list< type_t, allocator_t > | inline |
data() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inline |
ensure_capacity(xtd::size capacity) | xtd::collections::generic::list< type_t, allocator_t > | inline |
equals(const object &obj) const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
equals(const list &obj) const noexcept 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 | xtd::object | inlinestatic |
xtd::iequatable< xtd::collections::generic::list< type_t, allocator_t > >::equals(const type_t &) const noexcept=0 | xtd::iequatable< xtd::collections::generic::list< type_t, allocator_t > > | pure virtual |
exists(predicate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
find(predicate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
find_all(predicate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
find_index(predicate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
find_index(xtd::size start_index, predicate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
find_index(xtd::size start_index, xtd::size count, predicate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
find_last(predicate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
find_last_index(predicate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
find_last_index(xtd::size start_index, predicate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
find_last_index(xtd::size start_index, xtd::size count, predicate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
for_each(action_t action) | xtd::collections::generic::list< type_t, allocator_t > | inline |
get_enumerator() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
get_hash_code() const noexcept | xtd::object | virtual |
get_range(size_type index, size_type count) | xtd::collections::generic::list< type_t, allocator_t > | inline |
get_type() const noexcept | xtd::object | virtual |
index_of(const type_t &value) const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
index_of(const type_t &value, size_type index) const | 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 |
last_index_of(const type_t &value, size_type index) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
last_index_of(const type_t &value, size_type index, size_type count) const | 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::object | |
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 list &other)=default | xtd::collections::generic::list< type_t, allocator_t > | |
operator=(list &&other) noexcept | xtd::collections::generic::list< type_t, allocator_t > | inline |
operator=(const std::initializer_list< type_t > &items) | xtd::collections::generic::list< type_t, allocator_t > | inline |
operator[](size_type index) const override | xtd::collections::generic::list< type_t, allocator_t > | inline |
operator[](size_type index) override | xtd::collections::generic::list< type_t, allocator_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 | xtd::object | inlinestatic |
remove(const type_t &item) noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
remove_all(predicate_t match) | xtd::collections::generic::list< type_t, allocator_t > | inline |
remove_at(size_type index) override | xtd::collections::generic::list< type_t, allocator_t > | inline |
remove_range(size_type index, size_type count) | xtd::collections::generic::list< type_t, allocator_t > | inline |
resize(size_type count, const value_type &value) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
reverse() | xtd::collections::generic::list< type_t, allocator_t > | inline |
reverse(size_type index, size_type count) | xtd::collections::generic::list< type_t, allocator_t > | inline |
size_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |
slice(size_type start, size_type length) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
sort() | xtd::collections::generic::list< type_t, allocator_t > | inline |
sort(xtd::comparison< const type_t & > comparison) | xtd::collections::generic::list< type_t, allocator_t > | inline |
sort(const xtd::collections::generic::icomparer< type_t > &comparer) | xtd::collections::generic::list< type_t, allocator_t > | inline |
sort(xtd::size index, xtd::size count, const xtd::collections::generic::icomparer< type_t > &comparer) | xtd::collections::generic::list< type_t, allocator_t > | inline |
to_array() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inline |
to_string() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
trim_excess() | xtd::collections::generic::list< type_t, allocator_t > | inline |
true_for_all(prediacate_t match) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
value_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |