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) -> void overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
add(const value_type &item) -> void 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 noexcept -> size_typextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
clear() noexcept -> void overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
comparer() const noexcept -> const iequality_comparer< key_t > &xtd::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 -> bool overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
contains_key(const key_t &key) const noexcept -> bool overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
contains_value(const value_t &value) const noexcept -> boolxtd::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 -> void overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
count() const noexcept -> size_type 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 xtd::collections::generic::iequality_comparer< key_type > &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 xtd::collections::generic::iequality_comparer< key_type > &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 xtd::collections::generic::iequality_comparer< key_type > &comparer)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
dictionary(const ienumerable< value_type > &collection, const xtd::collections::generic::iequality_comparer< key_type > &comparer)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(const dictionary &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) 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(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
dictionary(input_iterator_t first, input_iterator_t last)xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlineexplicit
ensure_capacity(xtd::size capacity) noexcept -> size_typextd::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
equator typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
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
hasher typedefxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
items() const noexcept -> const base_type &xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
items() noexcept -> base_type &xtd::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 -> key_collection 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 std::unordered_map< key_t, value_t >() const noexceptxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator=(dictionary &&other) noexcept -> dictionary &xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator=(std::unordered_map< key_t, value_t > &&other) noexcept -> dictionary &xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator=(const dictionary &other) noexcept -> dictionary &=defaultxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >
operator=(const std::unordered_map< key_t, value_t > &other) noexcept -> dictionary &xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
operator=(std::initializer_list< base_value_type > ilist) -> dictionary &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) -> dictionary &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 -> bool overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
remove(const value_type &item) noexcept -> bool overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
remove(const key_t &key, value_t &value) noexcept -> boolxtd::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 -> xtd::string overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual
trim_excess(size_type capacity) -> voidxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
trim_excess() -> voidxtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inline
try_add(const key_t &key, const value_t value) noexcept -> boolxtd::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 -> bool 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 -> value_collection overridextd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >inlinevirtual