xtd 0.2.0
Loading...
Searching...
No Matches
xtd::array<> Member List

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

abstract_object()=defaultxtd::abstract_objectprotected
allocator_type typedefxtd::array<>
array()=defaultxtd::array<>
as_read_only(const xtd::array< type_t, 1, allocator_t > &array) -> xtd::collections::object_model::read_only_collection< type_t >xtd::array<>static
base_type typedefxtd::array<>
binary_search(const array< type_t, 1, allocator_t > &array, int32 index, int32 length, const type_t &value) -> xtd::sizextd::array<>inlinestatic
binary_search(const array< type_t, 1, allocator_t > &array, xtd::size index, xtd::size count, const type_t &value, const xtd::collections::generic::icomparer< type_t > &comparer) -> xtd::sizextd::array<>inlinestatic
binary_search(const array< type_t, 1, allocator_t > &array, const type_t &value) -> xtd::sizextd::array<>inlinestatic
binary_search(const array< type_t, 1, allocator_t > &array, const type_t &value, const xtd::collections::generic::icomparer< type_t > &comparer) -> xtd::sizextd::array<>inlinestatic
clear(const array< type_t, rank, allocator_t > &array) -> voidxtd::array<>inlinestatic
clear(const array< type_t, rank, allocator_t > &array, xtd::size index, xtd::size length) -> voidxtd::array<>inlinestatic
const_iterator typedefxtd::array<>
const_pointer typedefxtd::array<>
const_reference typedefxtd::array<>
const_reverse_iterator typedefxtd::array<>
constrained_copy(const array< source_type_t, source_rank, source_allocator_t > &source_array, const xtd::array< xtd::size > &source_indexes, array< destination_type_t, destination_rank, destination_allocator_t > &destination_array, const xtd::array< xtd::size > &destination_indexes, xtd::size length) -> voidxtd::array<>inlinestatic
constrained_copy(const array< source_type_t, source_rank, source_allocator_t > &source_array, xtd::size source_index, array< destination_type_t, destination_rank, destination_allocator_t > &destination_array, xtd::size destination_index, xtd::size length) -> voidxtd::array<>inlinestatic
contains(const type_t &value) const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inline
convert_all(const xtd::array< input_t, rank, allocator_t > &array, converter_t converter) -> xtd::array< output_t, rank, destination_allocator_t >xtd::array<>inlinestatic
copy(const array< source_type_t, source_rank, source_allocator_t > &source_array, const array< destination_type_t, destination_rank, destination_allocator_t > &destination_array) -> voidxtd::array<>inlinestatic
copy(const array< source_type_t, source_rank, source_allocator_t > &source_array, const array< destination_type_t, destination_rank, destination_allocator_t > &destination_array, xtd::size length) -> voidxtd::array<>inlinestatic
copy(const array< source_type_t, source_rank, source_allocator_t > &source_array, const xtd::array< xtd::size > &source_indexes, const array< destination_type_t, destination_rank, destination_allocator_t > &destination_array, const xtd::array< xtd::size > &destination_indexes, xtd::size length) -> voidxtd::array<>inlinestatic
copy(const array< source_type_t, source_rank, source_allocator_t > &source_array, xtd::size source_index, const array< destination_type_t, destination_rank, destination_allocator_t > &destination_array, xtd::size destination_index, xtd::size length) -> voidxtd::array<>static
copy_to(xtd::array< type_t > &array) const -> voidxtd::basic_array< type_t, allocator_t >inline
count() const noexcept -> size_type overridextd::basic_array< type_t, allocator_t >inline
create_instance(xtd::size length) -> xtd::array< type_t, 1, allocator_t >xtd::array<>inlinestatic
create_instance(xtd::size length1, xtd::size length2) -> xtd::array< type_t, 2, allocator_t >xtd::array<>inlinestatic
create_instance(xtd::size length1, xtd::size length2, xtd::size length3) -> xtd::array< type_t, 3, allocator_t >xtd::array<>inlinestatic
create_instance(const xtd::array< xtd::size > &lengths) -> xtd::array< type_t, rank, allocator_t >xtd::array<>inlinestatic
data() noexcept -> pointerxtd::basic_array< type_t, allocator_t >inlinevirtual
difference_type typedefxtd::array<>
equals(const object &obj) const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inlinevirtual
xtd::array_abstract_object::equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
xtd::iequatable< basic_array< type_t, allocator_t > >::equals(const type_t &) const noexcept=0xtd::iequatable< basic_array< type_t, allocator_t > >pure virtual
exists(const xtd::array< type_t, rank, allocator_t > &array, predicate_t match) -> boolxtd::array<>inlinestatic
fill(const value_type &value) noexcept -> voidxtd::basic_array< type_t, allocator_t >inlinevirtual
get_hash_code() const noexceptxtd::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 noexceptxtd::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 >
index_of(const xtd::array< type_t, rank, allocator_t > &array, const type_t &value) noexcept -> xtd::sizextd::array<>inlinestatic
index_of(const xtd::array< type_t, rank, allocator_t > &array, const type_t &value, xtd::size index) -> xtd::sizextd::array<>inlinestatic
index_of(const xtd::array< type_t, rank, allocator_t > &array, const type_t &value, xtd::size index, xtd::size count) -> xtd::sizextd::array<>inlinestatic
xtd::basic_array< type_t, allocator_t >::index_of(const type_t &value) const noexcept -> size_type overridextd::basic_array< type_t, allocator_t >inline
is_fixed_size() const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inline
is_read_only() const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inline
is_synchronized() const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inline
items() const noexcept -> const base_type &xtd::basic_array< type_t, allocator_t >inlinevirtual
iterator typedefxtd::array<>
length() const noexcept -> size_typextd::basic_array< type_t, allocator_t >inlinevirtual
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() constxtd::object
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 array &)=defaultxtd::array<>
xtd::basic_array< type_t, allocator_t >::operator=(const basic_array &other) -> basic_array &xtd::basic_array< type_t, allocator_t >inline
operator[](size_type index) const -> const_reference overridextd::basic_array< type_t, allocator_t >inline
pointer typedefxtd::array<>
rank() const noexcept overridextd::array<>inlinevirtual
reference typedefxtd::array<>
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
resize(xtd::array< type_t, 1, allocator_t > &array, int32 new_size) -> voidxtd::array<>inlinestatic
reverse(xtd::array< type_t, 1, allocator_t > &array) -> voidxtd::array<>inlinestatic
reverse(xtd::array< type_t, 1, allocator_t > &array, int32 index, int32 count) -> voidxtd::array<>inlinestatic
reverse_iterator typedefxtd::array<>
set_value(const type_t &value, const xtd::array< size_type > &indexes) -> voidxtd::basic_array< type_t, allocator_t >inline
size_type typedefxtd::array<>
sort() -> basic_array< type_t > &xtd::basic_array< type_t, allocator_t >inline
sync_root() const noexcept -> const xtd::object &overridextd::basic_array< type_t, allocator_t >inline
to_string() const noexcept overridextd::array<>virtual
value_type typedefxtd::array<>