xtd 1.0.0
Loading...
Searching...
No Matches
xtd::basic_array< type_t, allocator_t > Member List

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

abstract_object()=defaultxtd::abstract_objectprotected
aggregate(const std::function< type_t(const type_t &, const type_t &)> &func) const -> type_txtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
all(const std::function< bool(const type_t &)> &predicate) const -> boolxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
allocator_type typedefxtd::basic_array< type_t, allocator_t >
any() const noexcept -> boolxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
append(const type_t &element) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
as_enumerable() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
average() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
base_type typedefxtd::basic_array< type_t, allocator_t >
begin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
bposxtd::collections::generic::ilist< type_t >inlinestatic
cast() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
cbegin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
cend() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
chunk(xtd::usize size) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
concat(const ienumerable< type_t > &second) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
const_iterator typedefxtd::basic_array< type_t, allocator_t >
const_pointer typedefxtd::basic_array< type_t, allocator_t >
const_reference typedefxtd::basic_array< type_t, allocator_t >
const_reverse_iterator typedefxtd::basic_array< type_t, allocator_t >
contains(const type_t &value) const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inlinevirtual
copy_to(xtd::array< type_t > &array) const -> voidxtd::basic_array< type_t, allocator_t >inline
copy_to(xtd::array< type_t > &array, size_type array_index) const -> void overridextd::basic_array< type_t, allocator_t >inlinevirtual
copy_to(const xtd::array< size_type > &indexes, xtd::array< type_t > &array, size_type array_index) const -> voidxtd::basic_array< type_t, allocator_t >inline
copy_to(const xtd::array< size_type > &indexes, xtd::array< type_t > &array, size_type array_index, size_type count) const -> voidxtd::basic_array< type_t, allocator_t >inline
copy_to(const size_type index, xtd::array< type_t > &array, size_type array_index) const -> voidxtd::basic_array< type_t, allocator_t >inline
copy_to(const size_type index, xtd::array< type_t > &array, size_type array_index, size_type count) const -> voidxtd::basic_array< type_t, allocator_t >inline
count() const noexcept -> size_type overridextd::basic_array< type_t, allocator_t >inlinevirtual
count_by(const std::function< key_t(const type_t &)> &key_selector) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
data() noexcept -> pointerxtd::basic_array< type_t, allocator_t >inlinevirtual
data() const noexcept -> const_pointerxtd::basic_array< type_t, allocator_t >inlinevirtual
default_if_empty() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
difference_type typedefxtd::basic_array< type_t, allocator_t >
distinct() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
empty() const noexcept -> boolxtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > >inlinevirtual
end() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
enumerable_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
eposxtd::collections::generic::ilist< type_t >inlinestatic
equals(const object &obj) const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inlinevirtual
equals(const basic_array &rhs) const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inline
xtd::array_abstract_object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> boolxtd::objectinlinestatic
xtd::iequatable::equals(const type_t &) const noexcept -> bool=0xtd::iequatable< type_t >pure virtual
fill(const value_type &value) noexcept -> voidxtd::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 -> type_txtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
get_enumerator() const noexcept -> xtd::collections::generic::enumerator< value_type > overridextd::basic_array< type_t, allocator_t >inlinevirtual
get_hash_code() const noexcept -> xtd::usizextd::objectvirtual
get_length(size_type dimension) const -> size_typextd::basic_array< type_t, allocator_t >inline
get_lengths() const -> xtd::array< size_type, 1 >xtd::basic_array< type_t, allocator_t >
get_long_length(size_type dimension) const -> xtd::int64xtd::basic_array< type_t, allocator_t >inline
get_lower_bound(size_type dimension) const -> size_typextd::basic_array< type_t, allocator_t >inline
get_type() const noexcept -> type_objectxtd::objectvirtual
get_upper_bound(size_type dimension) const -> size_typextd::basic_array< type_t, allocator_t >inline
get_value(const xtd::array< size_type > &indexes) const -> const value_type &xtd::basic_array< type_t, allocator_t >
ienumerable typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
index_of(const type_t &value) const noexcept -> size_type overridextd::basic_array< type_t, allocator_t >inlinevirtual
index_of(const type_t &value, size_type index) const -> size_typextd::basic_array< type_t, allocator_t >inline
is_fixed_size() const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inlinevirtual
is_read_only() const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inlinevirtual
is_synchronized() const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inlinevirtual
items() const noexcept -> const base_type &xtd::basic_array< type_t, allocator_t >inlinevirtual
items() noexcept -> base_type &xtd::basic_array< type_t, allocator_t >inlinevirtual
iterator typedefxtd::basic_array< type_t, allocator_t >
length() const noexcept -> size_typextd::basic_array< type_t, allocator_t >inlinevirtual
list typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
long_length() -> xtd::int64xtd::basic_array< type_t, allocator_t >inlinevirtual
max_length() const noexcept -> size_typextd::basic_array< type_t, allocator_t >inlinevirtual
memberwise_clone() const -> xtd::unique_ptr_object< object_t >xtd::object
nposxtd::collections::generic::ilist< type_t >inlinestatic
object()=defaultxtd::object
operator base_type &() noexceptxtd::basic_array< type_t, allocator_t >inline
operator const base_type &() const noexceptxtd::basic_array< type_t, allocator_t >inline
operator()(const xtd::array< size_type > &indexes) -> type_t &xtd::basic_array< type_t, allocator_t >
operator()(const xtd::array< size_type > &indexes) const -> const type_t &xtd::basic_array< type_t, allocator_t >
operator<<(const type_t &item) -> icollection< type_t > &xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > >inlinevirtual
operator=(const basic_array &other) -> basic_array &xtd::basic_array< type_t, allocator_t >inline
operator=(basic_array &&other) noexcept -> basic_array &=defaultxtd::basic_array< type_t, allocator_t >
operator=(std::initializer_list< type_t > &items) -> basic_array &xtd::basic_array< type_t, allocator_t >inline
operator>>(const type_t &item) -> icollection< type_t > &xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > >inlinevirtual
operator[](size_type index) const -> const_reference overridextd::basic_array< type_t, allocator_t >inlinevirtual
operator[](size_type index) -> reference overridextd::basic_array< type_t, allocator_t >inlinevirtual
operator[](const xtd::array< size_type > &indexes) -> type_t &xtd::basic_array< type_t, allocator_t >
operator[](const xtd::array< size_type > &indexes) const -> const type_t &xtd::basic_array< type_t, allocator_t >
order() constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
order_by(const std::function< type_t(const type_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
order_by_descending(const std::function< key_t(const type_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
pointer typedefxtd::basic_array< type_t, allocator_t >
rank() const noexcept -> size_typextd::basic_array< type_t, allocator_t >inlinevirtual
reference typedefxtd::basic_array< type_t, allocator_t >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> boolxtd::objectinlinestatic
reverse_iterator typedefxtd::basic_array< type_t, allocator_t >
select(auto &&selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
set_value(const type_t &value, const xtd::array< size_type > &indexes) -> voidxtd::basic_array< type_t, allocator_t >inline
size() const noexcept -> xtd::usizextd::collections::generic::extensions::collection_common< type_t, icollection< type_t > >inlinevirtual
size_type typedefxtd::basic_array< type_t, allocator_t >
sort() -> basic_array< type_t > &xtd::basic_array< type_t, allocator_t >inline
sort(comparison_t &&comparison) -> basic_array< type_t > &xtd::basic_array< type_t, allocator_t >inline
sort(const xtd::collections::generic::icomparer< type_t > &comparer) -> basic_array< type_t > &xtd::basic_array< type_t, allocator_t >inline
sort(xtd::usize index, xtd::usize count, const xtd::collections::generic::icomparer< type_t > &comparer) -> basic_array< type_t > &xtd::basic_array< type_t, allocator_t >inline
source_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
sync_root() const noexcept -> const xtd::object &overridextd::basic_array< type_t, allocator_t >inlinevirtual
to_array() const noexcept -> xtd::array< type_t >xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
to_const_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinestatic
to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinestatic
to_list() const noexcept -> xtd::collections::generic::list< type_t >xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
to_string() const noexcept -> xtd::string overridextd::basic_array< type_t, allocator_t >virtual
value_type typedefxtd::basic_array< type_t, allocator_t >
where(auto &&predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline