xtd 0.2.0
Loading...
Searching...
No Matches
xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t > Member List

This is the complete list of members for xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >, including all inherited members.

add(const key_type &item) noexcept -> bool overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
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
aggregate(const type_t &seed, 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
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const accumulate_t &, const type_t &)> &func) const -> accumulate_txtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
aggregate(const type_t &seed, const std::function< type_t(const type_t &, const type_t &)> &func, const std::function< type_t(const type_t &)> &result_selector) const -> type_txtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const accumulate_t &, const type_t &)> &func, const std::function< result_t(const accumulate_t &)> &result_selector) const -> result_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
any(const std::function< bool(const type_t &)> &predicate) const -> 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::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >
begin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
begin() -> iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
capacity() const noexcept -> size_typextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
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(size_t size) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
clear() noexcept -> void overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
comparer() const noexcept -> const iequality_comparer< key_type > &xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
concat(const ienumerable< type_t > &second) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
const_iterator typedefxtd::collections::generic::iset< type_t >
contains(const value_type &item) const noexcept -> bool overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
xtd::collections::generic::ienumerable::contains(const type_t &value, const xtd::collections::generic::iequality_comparer< type_t > &comparer) const noexcept -> boolxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
copy_to(xtd::array< type_t > &array) const -> voidxtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
copy_to(xtd::array< type_t > &array, size_type index) const -> void overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
copy_to(size_type index, xtd::array< type_t > &array, size_type array_index, size_type count) const -> voidxtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
count() const noexcept -> size_type overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
xtd::collections::generic::ienumerable::count(const std::function< bool(const type_t &)> &predicate) const noexcept -> xtd::sizextd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
xtd::collections::generic::ienumerable::count(const type_t &value) const noexcept -> xtd::sizextd::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
count_by(const std::function< key_t(const type_t &)> &key_selector, const iequality_comparer< key_t > &key_comparer) 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
default_if_empty(const type_t &default_value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
distinct() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
distinct(const xtd::collections::generic::iequality_comparer< type_t > &comparer) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
end() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
end() -> iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
ensure_capacity(xtd::size capacity) noexcept -> xtd::sizextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
enumerable_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
except_with(const xtd::collections::generic::ienumerable< type_t > &other) noexcept -> void overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
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
first_or_default(const std::function< bool(const type_t &)> &predicate) const noexcept -> type_txtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
first_or_default(const type_t default_value) const noexcept -> type_txtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
first_or_default() const noexcept -> type_txtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
get_enumerator() const noexcept overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
hash_set() noexcept=defaultxtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >
hash_set(const xtd::collections::generic::iequality_comparer< key_type > &comparer) noexceptxtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
hash_set(const ienumerable< value_type > &collection) noexceptxtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
hash_set(const ienumerable< value_type > &collection, const xtd::collections::generic::iequality_comparer< key_type > &comparer) noexceptxtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
hash_set(size_type capacity) noexceptxtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
hash_set(hash_set &&other) noexcept=default (defined in xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >)xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >
hash_set(const hash_set &other) noexcept (defined in xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >)xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
hash_set(std::unordered_set< key_type > &&other) noexcept (defined in xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >)xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
hash_set(const std::unordered_set< key_type > &other) noexcept (defined in xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >)xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
hash_set(std::initializer_list< value_type > init) (defined in xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >)xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
hash_set(input_iterator_t first, input_iterator_t last) (defined in xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >)xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlineexplicit
ienumerable typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
intersect_with(const xtd::collections::generic::ienumerable< type_t > &other) noexcept -> void overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
is_proper_subset_of(const xtd::collections::generic::ienumerable< type_t > &other) const noexcept -> bool overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
is_proper_superset_of(const xtd::collections::generic::ienumerable< type_t > &other) const noexcept -> bool overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
is_subset_of(const xtd::collections::generic::ienumerable< type_t > &other) const noexcept -> bool overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
is_superset_of(const xtd::collections::generic::ienumerable< type_t > &other) const noexcept -> bool overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
items() const noexcept -> const base_type &xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
items() noexcept -> base_type &xtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
iterator typedefxtd::collections::generic::iset< type_t >
key_type typedefxtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >
list typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
memberwise_clone() constxtd::object
object()=defaultxtd::object
order()xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
order(const xtd::collections::generic::icomparer< type_t > &comparer)xtd::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(const std::function< key_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
order_by_descending(const std::function< type_t(const type_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
overlaps(const xtd::collections::generic::ienumerable< type_t > &other) const noexcept -> bool overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
remove(const type_t &item) noexcept -> bool overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
remove_where(predicate_t match) noexcept -> size_typextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inline
select(const std::function< result_t(const type_t &)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
select(const std::function< type_t(const type_t &)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
select(const std::function< result_t(const type_t &, size_t index)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
select(const std::function< type_t(const type_t &, size_t index)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
set_equals(const xtd::collections::generic::ienumerable< type_t > &other) const noexcept -> bool overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
size_type typedefxtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >
source_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
symetric_excep_with(const xtd::collections::generic::ienumerable< type_t > &other) noexcept -> void overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_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_const_iterator(typename source_collection_t::const_iterator &value, source_collection_t &source_collection, 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_iterator(typename source_collection_t::iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinestatic
to_iterator(typename source_collection_t::const_iterator &value, source_collection_t &source_collection, 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::iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexcept -> typename target_collection_t::iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinestatic
to_list() const noexcept -> list< type_t >xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
to_string() const noexcept -> xtd::string overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
union_with(const xtd::collections::generic::ienumerable< type_t > &other) noexcept -> void overridextd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >inlinevirtual
value_type typedefxtd::collections::generic::hash_set< type_t, hasher_t, equator_t, allocator_t >
where(const std::function< bool(const type_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
where(const std::function< bool(const type_t &, size_t)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline