xtd 0.2.0
xtd::collections::generic::list< type_t, allocator_t > Member List

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

add(const type_t &item) overridextd::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 typedefxtd::collections::generic::list< type_t, allocator_t >
as_read_only() const noexceptxtd::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) constxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
back()xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
back() constxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
base_type typedefxtd::collections::generic::list< type_t, allocator_t >
begin() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inline
begin() noexcept overridextd::collections::generic::list< type_t, allocator_t >inline
binary_search(const type_t &item) constxtd::collections::generic::list< type_t, allocator_t >inline
binary_search(const type_t &item, const xtd::collections::generic::icomparer< type_t > &comparer) constxtd::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) constxtd::collections::generic::list< type_t, allocator_t >inline
capacity() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
capacity(size_type value)xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
cbegin() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inline
cend() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inline
clear() overridextd::collections::generic::list< type_t, allocator_t >inline
const_base_type typedefxtd::collections::generic::list< type_t, allocator_t >
const_iterator typedefxtd::collections::generic::list< type_t, allocator_t >
const_pointer typedefxtd::collections::generic::list< type_t, allocator_t >
const_reference typedefxtd::collections::generic::list< type_t, allocator_t >
const_reverse_iterator typedefxtd::collections::generic::list< type_t, allocator_t >
contains(const type_t &value) const noexcept overridextd::collections::generic::list< type_t, allocator_t >inline
convert_all(xtd::converter< output_t, const type_t & > converter) constxtd::collections::generic::list< type_t, allocator_t >inline
copy_to(xtd::array< type_t > &array) constxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
copy_to(xtd::array< type_t > &array, size_type array_index) const overridextd::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) constxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
count() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inline
crbegin() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
crend() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
data() noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
data() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
difference_type typedefxtd::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 noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
end() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inline
end() noexcept overridextd::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 overridextd::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) noexceptxtd::objectinlinestatic
xtd::iequatable< xtd::collections::generic::list< type_t, allocator_t > >::equals(const type_t &) const noexcept=0xtd::iequatable< xtd::collections::generic::list< type_t, allocator_t > >pure virtual
front()xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
front() constxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
index_of(const type_t &value, size_type index, size_type count) constxtd::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) overridextd::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 overridextd::collections::generic::list< type_t, allocator_t >inline
is_read_only() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inline
is_synchronized() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inline
items() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
items() noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
iterator typedefxtd::collections::generic::list< type_t, allocator_t >
last_index_of(const type_t &value) constxtd::collections::generic::list< type_t, allocator_t >inline
list() noexcept=defaultxtd::collections::generic::list< type_t, allocator_t >
list(const allocator_type &alloc) noexceptxtd::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 noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
memberwise_clone() constxtd::object
nposxtd::collections::generic::list< type_t, allocator_t >inlinestatic
object()=defaultxtd::object
operator base_type &() noexceptxtd::collections::generic::list< type_t, allocator_t >inline
operator const base_type &() const noexceptxtd::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 typedefxtd::collections::generic::list< type_t, allocator_t >
rbegin() noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
rbegin() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
read_only_collection typedefxtd::collections::generic::list< type_t, allocator_t >
reference typedefxtd::collections::generic::list< type_t, allocator_t >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
rend() noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
rend() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
resize(size_type count)xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
reverse_iterator typedefxtd::collections::generic::list< type_t, allocator_t >
size() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
size_type typedefxtd::collections::generic::list< type_t, allocator_t >
sync_root() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inline
to_string() const noexceptxtd::objectvirtual
value_type typedefxtd::collections::generic::list< type_t, allocator_t >