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 |
allocator_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |
as_read_only() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inline |
assign(size_type count, const type_t &value) | xtd::collections::generic::list< type_t, allocator_t > | inline |
assign(input_iterator_t first, input_iterator_t last) | xtd::collections::generic::list< type_t, allocator_t > | inline |
assign(std::initializer_list< type_t > items) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
at(size_type index) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
at(size_type index) const | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
back() | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
back() const | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
base_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |
begin() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
begin() noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
binary_search(const type_t &item) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
binary_search(const type_t &item, const xtd::collections::generic::icomparer< type_t > &comparer) const | 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 > | inlinevirtual |
capacity(size_type value) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
cbegin() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
cend() const noexcept override | 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_iterator 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 > | |
const_reverse_iterator 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(xtd::converter< output_t, const type_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 > | inlinevirtual |
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 > | inlinevirtual |
count() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
crbegin() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
crend() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
data() noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
data() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
difference_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |
emplace(const_iterator pos, args_t &&... args) | xtd::collections::generic::list< type_t, allocator_t > | inline |
emplace_back(args_t &&... args) | xtd::collections::generic::list< type_t, allocator_t > | inline |
empty() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
end() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
end() noexcept override | 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 &rhs) const noexcept override (defined in xtd::collections::generic::list< type_t, allocator_t >) | 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 |
front() | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
front() const | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
get_hash_code() const noexcept | xtd::object | virtual |
get_type() const noexcept | xtd::object | virtual |
index_of(const type_t &value, size_type index, size_type count) const | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
insert(const_iterator pos, const type_t &value) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
insert(const_iterator pos, const type_t &&value) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
insert(const_iterator pos, size_type count, const type_t &value) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
insert(const_iterator pos, size_type count, type_t &&value) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
insert(const_iterator pos, input_iterator_t first, input_iterator_t last) | xtd::collections::generic::list< type_t, allocator_t > | inline |
insert(const_iterator pos, const std::initializer_list< type_t > &items) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
insert(size_type index, const type_t &value) override | xtd::collections::generic::list< type_t, allocator_t > | inline |
insert(size_type index, type_t &&value) | xtd::collections::generic::list< type_t, allocator_t > | inline |
insert_range(size_type index, const xtd::collections::generic::ienumerable< type_t > &enumerable) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
insert_range(size_type index, const std::initializer_list< type_t > &items) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
is_fixed_size() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
is_read_only() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
is_synchronized() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
items() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
items() noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
iterator typedef | xtd::collections::generic::list< type_t, allocator_t > | |
last_index_of(const type_t &value) const | xtd::collections::generic::list< type_t, allocator_t > | inline |
list() noexcept=default | xtd::collections::generic::list< type_t, allocator_t > | |
list(const allocator_type &alloc) noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlineexplicit |
list(size_type count, const type_t &value, const allocator_type &alloc=allocator_type()) | xtd::collections::generic::list< type_t, allocator_t > | inline |
list(size_type count, const allocator_type &alloc=allocator_type()) | xtd::collections::generic::list< type_t, allocator_t > | inlineexplicit |
list(input_iterator_t first, input_iterator_t last, const allocator_type &alloc=allocator_type()) | xtd::collections::generic::list< type_t, allocator_t > | inline |
list(const xtd::collections::generic::ienumerable< type_t > &collection, const allocator_type &alloc=allocator_type()) | xtd::collections::generic::list< type_t, allocator_t > | inline |
list(const 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(const list &list, const allocator_type &alloc) | xtd::collections::generic::list< type_t, allocator_t > | inline |
list(const base_type &list, const allocator_type &alloc) | xtd::collections::generic::list< type_t, allocator_t > | inline |
list(std::initializer_list< type_t > items, const allocator_type &alloc=allocator_type()) | xtd::collections::generic::list< type_t, allocator_t > | inline |
list(list &&other) | xtd::collections::generic::list< type_t, allocator_t > | inline |
list(base_type &&other) | xtd::collections::generic::list< type_t, allocator_t > | inline |
list(list &&other, const allocator_type &alloc) | xtd::collections::generic::list< type_t, allocator_t > | inline |
list(base_type &&other, const allocator_type &alloc) | xtd::collections::generic::list< type_t, allocator_t > | inline |
max_size() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
memberwise_clone() const | xtd::object | |
npos | xtd::collections::generic::list< type_t, allocator_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[](size_type index) override (defined in xtd::collections::generic::list< type_t, allocator_t >) | xtd::collections::generic::list< type_t, allocator_t > | inline |
pointer typedef | xtd::collections::generic::list< type_t, allocator_t > | |
rbegin() noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
rbegin() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
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 |
rend() noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
rend() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
resize(size_type count) | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
reverse_iterator typedef | xtd::collections::generic::list< type_t, allocator_t > | |
size() const noexcept | xtd::collections::generic::list< type_t, allocator_t > | inlinevirtual |
size_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |
sync_root() const noexcept override | xtd::collections::generic::list< type_t, allocator_t > | inline |
to_string() const noexcept | xtd::object | virtual |
value_type typedef | xtd::collections::generic::list< type_t, allocator_t > | |