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<>
array(const array &array)xtd::array<>inline
array(array &&array)=defaultxtd::array<>
array(const array< xtd::size, 1 > &lengths)xtd::array<>inline
array(const array< xtd::size, 1 > &lengths, const type_t &value)xtd::array<>inline
as_read_only(const xtd::array< type_t, 1, allocator_t > &array)xtd::array<>inlinestatic
base_type typedefxtd::array<>
binary_search(const array< type_t, 1, allocator_t > &array, int32 index, int32 length, const type_t &value)xtd::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::array<>inlinestatic
binary_search(const array< type_t, 1, allocator_t > &array, const type_t &value)xtd::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::array<>inlinestatic
clear(const array< type_t, rank, allocator_t > &array)xtd::array<>inlinestatic
clear(const array< type_t, rank, allocator_t > &array, xtd::size index, xtd::size length)xtd::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)xtd::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)xtd::array<>inlinestatic
contains(const type_t &value) const noexcept overridextd::basic_array< type_t, allocator_t >inline
convert_all(const xtd::array< input_t, rank, allocator_t > &array, converter_t converter)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)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, xtd::size length)xtd::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)xtd::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)xtd::array<>inlinestatic
copy_to(xtd::array< type_t > &array, size_type array_index) const overridextd::basic_array< type_t, allocator_t >inline
count() const noexcept overridextd::basic_array< type_t, allocator_t >inline
create_instance(xtd::size length)xtd::array<>inlinestatic
create_instance(xtd::size length1, xtd::size length2)xtd::array<>inlinestatic
create_instance(xtd::size length1, xtd::size length2, xtd::size length3)xtd::array<>inlinestatic
create_instance(const xtd::array< xtd::size > &lengths)xtd::array<>inlinestatic
data() noexceptxtd::basic_array< type_t, allocator_t >inlinevirtual
data() const noexceptxtd::basic_array< type_t, allocator_t >inlinevirtual
difference_type typedefxtd::array<>
equals(const object &obj) const noexcept 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)xtd::array<>inlinestatic
fill(const value_type &value) noexceptxtd::basic_array< type_t, allocator_t >inlinevirtual
get_hash_code() const noexceptxtd::objectvirtual
get_length(size_type dimension) constxtd::basic_array< type_t, allocator_t >inline
get_lengths() constxtd::basic_array< type_t, allocator_t >
get_long_length(size_type dimension) constxtd::basic_array< type_t, allocator_t >inline
get_lower_bound(size_type dimension) constxtd::basic_array< type_t, allocator_t >inline
get_type() const noexceptxtd::objectvirtual
get_upper_bound(size_type dimension) constxtd::basic_array< type_t, allocator_t >inline
get_value(const xtd::array< size_type > &indexes) constxtd::basic_array< type_t, allocator_t >
index_of(const xtd::array< type_t, rank, allocator_t > &array, const type_t &value) noexceptxtd::array<>inlinestatic
index_of(const xtd::array< type_t, rank, allocator_t > &array, const type_t &value, xtd::size index)xtd::array<>inlinestatic
index_of(const xtd::array< type_t, rank, allocator_t > &array, const type_t &value, xtd::size index, xtd::size count)xtd::array<>inlinestatic
xtd::basic_array< type_t, allocator_t >::index_of(const type_t &value) const noexcept overridextd::basic_array< type_t, allocator_t >inline
is_fixed_size() const noexcept overridextd::basic_array< type_t, allocator_t >inline
is_read_only() const noexcept overridextd::basic_array< type_t, allocator_t >inline
is_synchronized() const noexcept overridextd::basic_array< type_t, allocator_t >inline
items() const noexceptxtd::basic_array< type_t, allocator_t >inlinevirtual
items() noexceptxtd::basic_array< type_t, allocator_t >inlinevirtual
iterator typedefxtd::array<>
length() const noexceptxtd::basic_array< type_t, allocator_t >inlinevirtual
long_length()xtd::basic_array< type_t, allocator_t >inlinevirtual
max_length() const noexceptxtd::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)xtd::basic_array< type_t, allocator_t >
operator()(const xtd::array< size_type > &indexes) constxtd::basic_array< type_t, allocator_t >
operator=(const array &)=defaultxtd::array<>
operator=(array &&)=defaultxtd::array<>
xtd::basic_array< type_t, allocator_t >::operator=(const basic_array &other)xtd::basic_array< type_t, allocator_t >inline
xtd::basic_array< type_t, allocator_t >::operator=(basic_array &&other) noexcept=defaultxtd::basic_array< type_t, allocator_t >
xtd::basic_array< type_t, allocator_t >::operator=(std::initializer_list< type_t > &items)xtd::basic_array< type_t, allocator_t >inline
operator[](size_type index) const overridextd::basic_array< type_t, allocator_t >inline
operator[](size_type index) 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)xtd::array<>inlinestatic
xtd::basic_array< type_t, allocator_t >::resize(size_type new_size, value_type value)xtd::basic_array< type_t, allocator_t >inline
reverse(xtd::array< type_t, 1, allocator_t > &array)xtd::array<>inlinestatic
reverse(xtd::array< type_t, 1, allocator_t > &array, int32 index, int32 count)xtd::array<>inlinestatic
reverse_iterator typedefxtd::array<>
set_value(const type_t &value, const xtd::array< size_type > &indexes)xtd::basic_array< type_t, allocator_t >inline
size_type typedefxtd::array<>
sort()xtd::basic_array< type_t, allocator_t >inline
sort(comparison_t &&comparison)xtd::basic_array< type_t, allocator_t >inline
sort(const xtd::collections::generic::icomparer< type_t > &comparer)xtd::basic_array< type_t, allocator_t >inline
sort(xtd::size index, xtd::size count, const xtd::collections::generic::icomparer< type_t > &comparer)xtd::basic_array< type_t, allocator_t >inline
sync_root() const noexcept overridextd::basic_array< type_t, allocator_t >inline
to_string() const noexcept overridextd::array<>virtual
value_type typedefxtd::array<>