xtd 0.2.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
allocator_type typedefxtd::basic_array< type_t, allocator_t >
base_type typedefxtd::basic_array< type_t, allocator_t >
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 >inline
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 >inline
copy_to(const xtd::array< size_type > &indexes, xtd::array< type_t > &array, size_type array_index) const -> void (defined in xtd::basic_array< type_t, allocator_t >)xtd::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 -> void (defined in xtd::basic_array< type_t, allocator_t >)xtd::basic_array< type_t, allocator_t >inline
copy_to(const size_type index, xtd::array< type_t > &array, size_type array_index) const -> void (defined in xtd::basic_array< type_t, allocator_t >)xtd::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 -> void (defined in xtd::basic_array< type_t, allocator_t >)xtd::basic_array< type_t, allocator_t >inline
count() const noexcept -> size_type overridextd::basic_array< type_t, allocator_t >inline
data() noexcept -> pointerxtd::basic_array< type_t, allocator_t >inlinevirtual
data() const noexcept -> const_pointerxtd::basic_array< type_t, allocator_t >inlinevirtual
difference_type typedefxtd::basic_array< type_t, allocator_t >
equals(const object &obj) const noexcept -> bool overridextd::basic_array< type_t, allocator_t >inlinevirtual
equals(const basic_array &rhs) const noexcept -> bool override (defined in xtd::basic_array< type_t, allocator_t >)xtd::basic_array< type_t, allocator_t >inline
xtd::array_abstract_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
fill(const value_type &value) noexcept -> voidxtd::basic_array< type_t, allocator_t >inlinevirtual
get_enumerator() const noexcept -> xtd::collections::generic::enumerator< value_type > override (defined in xtd::basic_array< type_t, allocator_t >)xtd::basic_array< type_t, allocator_t >inline
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 type_t &value) const noexcept -> size_type overridextd::basic_array< type_t, allocator_t >inline
index_of(const type_t &value, size_type index) const -> size_type (defined in xtd::basic_array< type_t, allocator_t >)xtd::basic_array< type_t, allocator_t >inline
index_of(const type_t &value, size_type index, size_type count) const -> size_type (defined in xtd::basic_array< type_t, allocator_t >)xtd::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
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
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 xtd::array< size_type > &indexes) const -> const type_t &xtd::basic_array< type_t, allocator_t >
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[](size_type index) const -> const_reference overridextd::basic_array< type_t, allocator_t >inline
operator[](size_type index) -> reference overridextd::basic_array< type_t, allocator_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) noexceptxtd::objectinlinestatic
reverse_iterator typedefxtd::basic_array< type_t, allocator_t >
set_value(const type_t &value, const xtd::array< size_type > &indexes) -> voidxtd::basic_array< type_t, allocator_t >inline
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::size index, xtd::size count, const xtd::collections::generic::icomparer< type_t > &comparer) -> 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 -> xtd::string overridextd::basic_array< type_t, allocator_t >virtual
value_type typedefxtd::basic_array< type_t, allocator_t >