abstract_object()=default | xtd::abstract_object | protected |
aggregate(const std::function< type_t(const type_t &, const type_t &)> &func) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const type_t &seed, const std::function< type_t(const type_t &, const type_t &)> &func) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const type_t &, const accumulate_t &)> &func) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const type_t &seed, const std::function< type_t(const type_t &, const type_t &)> &func, const std::function< type_t(const type_t &)> &result_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const type_t &, const accumulate_t &)> &func, const std::function< result_t(const accumulate_t &)> &result_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
all(const std::function< bool(const type_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
allocator_type typedef | xtd::basic_array< type_t, allocator_t > | |
any() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
any(const std::function< bool(const type_t &)> &predicate) const | 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 |
array()=default | xtd::array< type_t, rank_, allocator_t > | |
array(const array< xtd::size, 1 > &lengths) | xtd::array< type_t, rank_, allocator_t > | inline |
as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
at(size_type index) | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
at(size_type index) const | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
average() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
back() | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
back() const | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
base_type typedef | xtd::basic_array< type_t, allocator_t > | |
begin() const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
begin() noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
cast() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
cbegin() const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
cend() const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
chunk(size_t size) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
concat(const ienumerable< type_t > &second) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
const_iterator typedef | xtd::basic_array< type_t, allocator_t > | |
const_pointer typedef | xtd::basic_array< type_t, allocator_t > | |
const_reference typedef | xtd::basic_array< type_t, allocator_t > | |
const_reverse_iterator typedef | xtd::basic_array< type_t, allocator_t > | |
contains(const type_t &value) const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
xtd::collections::generic::ienumerable::contains(const type_t &value, const xtd::collections::generic::iequality_comparer< type_t > &comparer) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
copy_to(xtd::array< type_t > &array, size_type index) const override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
copy_to(xtd::array< type_t > &array, xtd::int64 index) const | xtd::basic_array< type_t, allocator_t > | inline |
count() const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
xtd::collections::generic::ienumerable::count(const std::function< bool(const type_t &)> &predicate) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
xtd::collections::generic::ienumerable::count(const type_t &value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
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 |
count_by(const std::function< key_t(const type_t &)> &key_selector, const iequality_comparer< key_t > &key_comparer) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
crbegin() const noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
crend() const noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
data() noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
data() const noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
default_if_empty() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
default_if_empty(const type_t &default_value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
difference_type typedef | xtd::basic_array< type_t, allocator_t > | |
empty() const noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
end() const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
end() noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
enumerable_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
equals(const object &obj) const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
xtd::array_abstract_object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
fill(const value_type &value) noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
first_or_default(const std::function< bool(const type_t &)> &predicate, const type_t &default_value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
first_or_default(const std::function< bool(const type_t &)> &predicate) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
first_or_default(const type_t default_value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
first_or_default() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
front() | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
front() const | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
get_enumerator() const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
get_hash_code() const noexcept | xtd::object | virtual |
get_length(size_type dimension) const | xtd::basic_array< type_t, allocator_t > | inline |
get_long_length(size_type dimension) const | xtd::basic_array< type_t, allocator_t > | inline |
get_lower_bound(size_type dimension) const | xtd::basic_array< type_t, allocator_t > | inline |
get_type() const noexcept | xtd::object | virtual |
get_upper_bound(size_type dimension) const | xtd::basic_array< type_t, allocator_t > | inline |
get_value(const xtd::array< size_type > &indexes) const | xtd::basic_array< type_t, allocator_t > | |
ienumerable typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
index_of(const type_t &value) const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
index_of(const basic_array &array, const value_type &value) noexcept | xtd::basic_array< type_t, allocator_t > | inlinestatic |
index_of(const basic_array &array, const value_type &value, size_type index) | xtd::basic_array< type_t, allocator_t > | inlinestatic |
index_of(const basic_array &array, const value_type &value, size_type index, size_type count) | xtd::basic_array< type_t, allocator_t > | inlinestatic |
is_fixed_size() const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
is_read_only() const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
is_synchronized() const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
items() const noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
items() noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
iterator typedef | xtd::basic_array< type_t, allocator_t > | |
length() const noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
list typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
long_length() | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
max_size() const noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
memberwise_clone() const | xtd::object | inline |
npos | xtd::basic_array< type_t, allocator_t > | inlinestatic |
object()=default | xtd::object | |
operator base_type &() noexcept | xtd::basic_array< type_t, allocator_t > | inline |
operator const base_type &() const noexcept | xtd::basic_array< type_t, allocator_t > | inline |
operator()(const xtd::array< size_type > &indexes) | xtd::basic_array< type_t, allocator_t > | |
operator()(const xtd::array< size_type > &indexes) const | xtd::basic_array< type_t, allocator_t > | |
operator<<(const type_t &item) | xtd::collections::generic::extensions::collection_operators< type_t, icollection< type_t > > | inlinevirtual |
operator=(const array &)=default (defined in xtd::array< type_t, rank_, allocator_t >) | xtd::array< type_t, rank_, allocator_t > | |
operator=(array &&)=default (defined in xtd::array< type_t, rank_, allocator_t >) | xtd::array< type_t, rank_, allocator_t > | |
basic_array< type_t, allocator_t >::operator=(const basic_array &other) | xtd::basic_array< type_t, allocator_t > | inline |
basic_array< type_t, allocator_t >::operator=(basic_array &&other) noexcept=default | xtd::basic_array< type_t, allocator_t > | |
basic_array< type_t, allocator_t >::operator=(std::initializer_list< type_t > &items) | xtd::basic_array< type_t, allocator_t > | inline |
operator>>(const type_t &item) | xtd::collections::generic::extensions::collection_operators< type_t, icollection< type_t > > | inlinevirtual |
operator[](size_type index) const override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
operator[](size_type index) override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
pointer typedef | xtd::basic_array< type_t, allocator_t > | |
rank() const noexcept override | xtd::array< type_t, rank_, allocator_t > | inlinevirtual |
rbegin() noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
rbegin() const noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
reference typedef | xtd::basic_array< 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::basic_array< type_t, allocator_t > | inlinevirtual |
rend() const noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
resize(size_type new_size) | xtd::basic_array< type_t, allocator_t > | inline |
resize(size_type new_size, value_type value) | xtd::basic_array< type_t, allocator_t > | inline |
reverse(basic_array &array) noexcept | xtd::basic_array< type_t, allocator_t > | inlinestatic |
reverse(basic_array &array, size_type index, size_type count) | xtd::basic_array< type_t, allocator_t > | inlinestatic |
reverse_iterator typedef | xtd::basic_array< type_t, allocator_t > | |
select(const std::function< result_t(const type_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
select(const std::function< type_t(const type_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
select(const std::function< result_t(const type_t &, size_t index)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
select(const std::function< type_t(const type_t &, size_t index)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
set_value(const type_t &value, const xtd::array< size_type > &indexes) | xtd::basic_array< type_t, allocator_t > | inline |
size() const noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
size_type typedef | xtd::basic_array< type_t, allocator_t > | |
source_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
swap(basic_array &other) noexcept | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
sync_root() const noexcept override | xtd::basic_array< type_t, allocator_t > | inlinevirtual |
xtd::collections::generic::ilist::to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
xtd::collections::generic::ilist::to_iterator(typename source_collection_t::iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
xtd::collections::generic::ilist::to_iterator(typename source_collection_t::const_iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexcept | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
xtd::collections::generic::ilist::to_iterator(typename source_collection_t::iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexcept | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
to_list() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
to_string() const noexcept override | xtd::basic_array< type_t, allocator_t > | virtual |
value_type typedef | xtd::basic_array< type_t, allocator_t > | |
where(const std::function< bool(const type_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
where(const std::function< bool(const type_t &, size_t)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |