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
add(const value_type &item) overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_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 >
capacity() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
clear() noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
comparer() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
const_iterator typedefxtd::collections::generic::idictionary< key_t, value_t >
contains(const value_type &item) const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
contains_key(const key_t &key) const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
contains_value(const value_t &value) const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
copy_to(xtd::array< value_type > &array, xtd::size array_index) const overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
count() const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary() noexcept=defaultxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
dictionary(const idictionary< key_t, value_t > &dictionary)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(const ienumerable< value_type > &collection)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(const equality_comparer_t &comparer)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(size_t capacity)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(size_t capacity, const equality_comparer_t &comparer)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(const idictionary< key_t, value_t > &dictionary, const equality_comparer_t &comparer)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(const ienumerable< value_type > &collection, const equality_comparer_t &comparer)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(input_iterator_t first, input_iterator_t last)xtd::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 std::unordered_map< key_t, value_t > &other)xtd::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(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::initializer_list< base_value_type > init)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)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlineexplicit
ensure_capacity(xtd::size capacity) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
get_enumerator() const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
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::idictionary< key_t, value_t >
key_collection 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
mapped_type typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
memberwise_clone() constxtd::object
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 >inline
operator[](const key_t &key) overridextd::collections::generic::dictionary< key_t, value_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 key_t &key) noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
remove(const value_type &item) noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
remove(const key_t &key, value_t &value) 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_string() const noexcept overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
trim_excess(size_type capacity)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
trim_excess()xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
try_add(const key_t &key, const value_t value) noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
try_get_value(const key_t &key, value_t &value) const overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
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