xtd 0.2.0
Loading...
Searching...
No Matches
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 >inlinevirtual
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 >inlinevirtual
begin() noexcept overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
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 >inlinevirtual
cend() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
clear() overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
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 >inlinevirtual
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 >inlinevirtual
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 >inlinevirtual
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 >inlinevirtual
end() noexcept overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
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::equals(const type_t &) const noexcept=0xtd::iequatable< type_t >pure virtual
erase(const_iterator pos)xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
erase(const_iterator first, const_iterator last)xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
front()xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
front() constxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
get_allocator() constxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
get_base_type() noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
get_base_type() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
get_enumerator() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
get_hash_code() const noexceptxtd::objectvirtual
get_range(size_type index, size_type count)xtd::collections::generic::list< type_t, allocator_t >inline
get_type() const noexceptxtd::objectvirtual
index_of(const type_t &value) const noexcept overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
index_of(const type_t &value, size_type index) constxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
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, 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 >inlinevirtual
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 >inlinevirtual
is_read_only() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
is_synchronized() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
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 >
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::objectinline
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=(const list &other)=defaultxtd::collections::generic::list< type_t, allocator_t >
operator=(list &&other) noexceptxtd::collections::generic::list< type_t, allocator_t >inline
operator=(std::initializer_list< type_t > &items)xtd::collections::generic::list< type_t, allocator_t >inline
operator[](size_type index) const overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
operator[](size_type index) overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
pointer typedefxtd::collections::generic::list< type_t, allocator_t >
pop_back()xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
push_back(const type_t &value)xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
push_back(type_t &&value)xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
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
remove(const type_t &item) overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
remove_at(size_type index) overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
remove_range(size_type index, size_type count)xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
rend() noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
rend() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
reserve(size_type new_cap)xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
resize(size_type count)xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
resize(size_type count, const value_type &value)xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
reverse_iterator typedefxtd::collections::generic::list< type_t, allocator_t >
shrink_to_fit()xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
size() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
size_type typedefxtd::collections::generic::list< type_t, allocator_t >
swap(list &other) noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
sync_root() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
to_array() const noexceptxtd::collections::generic::list< type_t, allocator_t >inlinevirtual
to_string() const noexcept overridextd::collections::generic::list< type_t, allocator_t >inlinevirtual
trim_excess()xtd::collections::generic::list< type_t, allocator_t >inlinevirtual
value_type typedefxtd::collections::generic::list< type_t, allocator_t >