xtd 1.0.0
Loading...
Searching...
No Matches
xtd::collections::object_model::read_only_collection< type_t > Member List

This is the complete list of members for xtd::collections::object_model::read_only_collection< type_t >, 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::collections::object_model::read_only_collection< type_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::collections::object_model::read_only_collection< type_t >
const_pointer typedefxtd::collections::object_model::read_only_collection< type_t >
const_reference typedefxtd::collections::object_model::read_only_collection< type_t >
contains(const type_t &item) const noexcept -> bool overridextd::collections::object_model::read_only_collection< type_t >inlinevirtual
copy_to(xtd::array< type_t > &array, xtd::usize array_index) const -> void overridextd::collections::object_model::read_only_collection< type_t >inlinevirtual
count() const noexcept -> xtd::usize overridextd::collections::object_model::read_only_collection< type_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
default_if_empty() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
difference_type typedefxtd::collections::object_model::read_only_collection< type_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
empty_collection() -> const read_only_collection< value_type > &xtd::collections::object_model::read_only_collection< type_t >inlinestatic
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 -> boolxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> boolxtd::objectinlinestatic
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 overridextd::collections::object_model::read_only_collection< type_t >inlinevirtual
get_hash_code() const noexcept -> xtd::usizextd::objectvirtual
get_type() const noexcept -> type_objectxtd::objectvirtual
ienumerable typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
index_of(const type_t &item) const noexcept -> xtd::usize overridextd::collections::object_model::read_only_collection< type_t >inlinevirtual
items() noexcept -> base_typextd::collections::object_model::read_only_collection< type_t >inlineprotected
iterator typedefxtd::collections::object_model::read_only_collection< type_t >
list typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
memberwise_clone() const -> xtd::unique_ptr_object< object_t >xtd::object
nposxtd::collections::generic::ilist< type_t >inlinestatic
object()=defaultxtd::object
operator<<(const type_t &item) -> icollection< type_t > &xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > >inlinevirtual
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::collections::object_model::read_only_collection< type_t >inlinevirtual
operator[](size_type index) -> reference overridextd::collections::object_model::read_only_collection< type_t >inlinevirtual
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::collections::object_model::read_only_collection< type_t >
read_only_collection(const xtd::collections::generic::ilist< value_type > &list)xtd::collections::object_model::read_only_collection< type_t >inlineexplicit
reference typedefxtd::collections::object_model::read_only_collection< type_t >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> boolxtd::objectinlinestatic
select(auto &&selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
size() const noexcept -> xtd::usizextd::collections::generic::extensions::collection_common< type_t, icollection< type_t > >inlinevirtual
size_type typedefxtd::collections::object_model::read_only_collection< type_t >
source_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
sync_root() const noexcept overridextd::collections::object_model::read_only_collection< type_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::collections::object_model::read_only_collection< type_t >inlinevirtual
value_type typedefxtd::collections::object_model::read_only_collection< type_t >
where(auto &&predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline