xtd 0.2.0
Loading...
Searching...
No Matches
xtd::fixed_array< type_t, len > Member List

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

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
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::fixed_array< type_t, len >
begin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
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
clear() noexcept -> voidxtd::fixed_array< type_t, len >inline
concat(const ienumerable< type_t > &second) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
const_base_type typedefxtd::fixed_array< type_t, len >
const_iterator typedefxtd::collections::generic::ienumerable< type_t >
const_pointer typedefxtd::fixed_array< type_t, len >
const_reference typedefxtd::fixed_array< type_t, len >
contains(const value_type &value) const noexcept -> boolxtd::fixed_array< type_t, len >inline
xtd::collections::generic::ienumerable::contains(const type_t &value) const noexcept -> boolxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
copy_to(xtd::array< value_type > &array) const -> voidxtd::fixed_array< type_t, len >inline
copy_to(xtd::array< value_type > &array, size_type array_index) const -> voidxtd::fixed_array< type_t, len >inline
copy_to(const size_type index, xtd::array< value_type > &array, size_type array_index) const -> voidxtd::fixed_array< type_t, len >inline
copy_to(const size_type index, xtd::array< value_type > &array, size_type array_index, size_type count) const -> voidxtd::fixed_array< type_t, len >inline
count() const noexcept -> size_typextd::fixed_array< type_t, len >inline
xtd::collections::generic::ienumerable::count() const noexcept -> xtd::usizextd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
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() const noexcept -> const_pointerxtd::fixed_array< type_t, len >inline
data() noexcept -> pointerxtd::fixed_array< type_t, len >inline
default_if_empty() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
difference_type typedefxtd::fixed_array< type_t, len >
distinct() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
empty() const noexcept -> boolxtd::fixed_array< type_t, len >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 >
equals(const object &obj) const noexcept -> bool overridextd::fixed_array< type_t, len >inlinevirtual
equals(const fixed_array &rhs) const noexcept -> bool overridextd::fixed_array< type_t, len >inline
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
xtd::iequatable< fixed_array< type_t, len > >::equals(const type_t &) const noexcept=0xtd::iequatable< fixed_array< type_t, len > >pure virtual
fill(const value_type &value) -> voidxtd::fixed_array< type_t, len >inline
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
fixed_array()=defaultxtd::fixed_array< type_t, len >
fixed_array(std::initializer_list< type_t > items)xtd::fixed_array< type_t, len >inline
get_enumerator() const -> xtd::collections::generic::enumerator< value_type > overridextd::fixed_array< type_t, len >inlinevirtual
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
ienumerable typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
index_of(const value_type &value) const noexcept -> size_typextd::fixed_array< type_t, len >inline
index_of(const value_type &value, size_type index) const -> size_typextd::fixed_array< type_t, len >inline
items() const noexcept -> const_base_typextd::fixed_array< type_t, len >inlinevirtual
items() noexcept -> base_typextd::fixed_array< type_t, len >inlinevirtual
iterator typedefxtd::collections::generic::ienumerable< type_t >
length() const noexcept -> size_typextd::fixed_array< type_t, len >inlinevirtual
list typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
memberwise_clone() constxtd::object
object()=defaultxtd::object
operator[](size_type index) const -> const_referencextd::fixed_array< type_t, len >inline
operator[](size_type index) -> referencextd::fixed_array< type_t, len >inline
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::fixed_array< type_t, len >
reference typedefxtd::fixed_array< type_t, len >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
select(auto &&selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
size() const noexcept -> size_typextd::fixed_array< type_t, len >inline
size_type typedefxtd::fixed_array< type_t, len >
sort() -> fixed_array &xtd::fixed_array< type_t, len >inline
sort(comparison_t &&comparison) -> fixed_array &xtd::fixed_array< type_t, len >inline
sort(const xtd::collections::generic::icomparer< type_t > &comparer) -> fixed_array &xtd::fixed_array< type_t, len >inline
sort(xtd::usize index, xtd::usize count, const xtd::collections::generic::icomparer< type_t > &comparer) -> fixed_array &xtd::fixed_array< type_t, len >inline
source_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
to_array() const noexcept -> xtd::array< value_type >xtd::fixed_array< type_t, len >inlinevirtual
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::fixed_array< type_t, len >inlinevirtual
value_type typedefxtd::fixed_array< type_t, len >
where(auto &&predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline