xtd 0.2.0
Loading...
Searching...
No Matches
xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > Member List

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

add(const key_t &key, const value_t value) overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
aggregate(const std::function< source_t(const source_t &, const source_t &)> &func) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
aggregate(const source_t &seed, const std::function< source_t(const source_t &, const source_t &)> &func) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const source_t &, const accumulate_t &)> &func) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
aggregate(const source_t &seed, const std::function< source_t(const source_t &, const source_t &)> &func, const std::function< source_t(const source_t &)> &result_selector) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const source_t &, const accumulate_t &)> &func, const std::function< result_t(const accumulate_t &)> &result_selector) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
all(const std::function< bool(const source_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
allocator_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
any() const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
any(const std::function< bool(const source_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
append(const source_t &element) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
as_enumerable() const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
at(const key_t &key) constxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
at(const key_t &key)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
average() const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
base_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
base_value_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
begin() const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
begin() noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
bucket(const key_t &key) constxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
bucket_count() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
bucket_size(size_type n) const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
capacity() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
cast() const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
cbegin() const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
cend() const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
chunk(size_t size) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
clear() noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
concat(const ienumerable< source_t > &second) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
const_iterator typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
const_local_iterator typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
const_pointer typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
const_reference typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
contains(const source_t &value) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
contains(const source_t &value, const xtd::collections::generic::iequality_comparer< source_t > &comparer) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
count() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
xtd::collections::generic::idictionary::count(const std::function< bool(const source_t &)> &predicate) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
count_by(const std::function< key_t(const source_t &)> &key_selector) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
count_by(const std::function< key_t(const source_t &)> &key_selector, const iequality_comparer< key_t > &key_comparer) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
default_if_empty() const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
default_if_empty(const source_t &default_value) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
dictionary() noexcept=defaultxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
dictionary(size_type bucket_count, const hasher &hash=hasher {}, const equator &equal=equator {}, const allocator_type &alloc=allocator_type {}) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlineexplicit
dictionary(size_type bucket_count, const allocator_type &alloc) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(size_type bucket_count, const hasher &hash, const allocator_type &alloc) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(const allocator_type &alloc) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlineexplicit
dictionary(input_iterator_t first, input_iterator_t last, size_type bucket_count=0, const hasher &hash=hasher {}, const equator &equal=equator {}, const allocator_type &alloc=allocator_type {}) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlineexplicit
dictionary(input_iterator_t first, input_iterator_t last, size_type bucket_count, const allocator_type &alloc) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlineexplicit
dictionary(input_iterator_t first, input_iterator_t last, size_type bucket_count, const hasher &hash, const allocator_type &alloc) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlineexplicit
dictionary(const dictionary &other) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(const dictionary &other, const allocator_type &alloc) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(const std::unordered_map< key_t, value_t > &other) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(const std::unordered_map< key_t, value_t > &other, const allocator_type &alloc) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(dictionary &&other) noexcept=defaultxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
dictionary(dictionary &&other, const allocator_type &alloc) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(std::unordered_map< key_t, value_t > &&other) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(std::unordered_map< key_t, value_t > &&other, const allocator_type &alloc) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(std::initializer_list< base_value_type > init, size_type bucket_count=0, const hasher &hash=hasher {}, const equator &equal=equator {}, const allocator_type &alloc=allocator_type {})xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlineexplicit
dictionary(std::initializer_list< base_value_type > init, size_type bucket_count, const allocator_type &alloc)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(std::initializer_list< base_value_type > init, size_type bucket_count, const hasher &hash, const allocator_type &alloc) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(std::initializer_list< key_value_pair< init_key_t, init_value_t > > init, size_type bucket_count=0, const hasher &hash=hasher {}, const equator &equal=equator {}, const allocator_type &alloc=allocator_type {})xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlineexplicit
dictionary(std::initializer_list< key_value_pair< init_key_t, init_value_t > > init, size_type bucket_count, const allocator_type &alloc)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(std::initializer_list< key_value_pair< init_key_t, init_value_t > > init, size_type bucket_count, const hasher &hash, const allocator_type &alloc)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
difference_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
empty() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
end() const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
end() noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
equator typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
first_or_default(const std::function< bool(const source_t &)> &predicate, const source_t &default_value) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
first_or_default(const std::function< bool(const source_t &)> &predicate) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
first_or_default(const source_t default_value) const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
first_or_default() const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
get_allocator() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
get_enumerator() const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
hasher typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
ienumerable typedefxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >
insert_return_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
items() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
items() noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
iterator typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
key_collection typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
key_equal typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
key_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
keys() const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
list typedefxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >
load_factor() constxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
local_iterator typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
mapped_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
max_bucket_count() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
max_load_factor() constxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
max_load_factor(float value) constxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
max_size() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
memberwise_clone() constxtd::objectinline
node_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
object()=defaultxtd::object
operator base_type &() noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator const base_type &() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator=(dictionary &&other) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator=(std::unordered_map< key_t, value_t > &&other) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator=(const dictionary &other) noexcept=defaultxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
operator=(const std::unordered_map< key_t, value_t > &other) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator=(std::initializer_list< base_value_type > ilist)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator=(std::initializer_list< key_value_pair< init_key_t, init_value_t > > ilist)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator[](const key_t &key) const overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
operator[](const key_t &key) overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
pointer typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
reference typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
select(const std::function< result_t(const source_t &)> &selector) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
select(const std::function< source_t(const source_t &)> &selector) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
select(const std::function< result_t(const source_t &, size_t index)> &selector) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
select(const std::function< source_t(const source_t &, size_t index)> &selector) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
size() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
size_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
to_list() const noexceptxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >
to_string() const noexceptxtd::objectvirtual
value_collection typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
value_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
values() const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
where(const std::function< bool(const source_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline
where(const std::function< bool(const source_t &, size_t)> &predicate) constxtd::collections::generic::extensions::enumerable< enumerable_t, source_t >inline