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

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

add(const key_t &key, const value_t &value) -> void overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlinevirtual
add(const value_type &item) -> void overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
base_type typedefxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
base_value_type typedefxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
clear() noexcept -> void overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
comparer() const noexcept -> const iequality_comparer< key_t > &xtd::collections::generic::ordered_dictionary< key_t, value_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::ordered_dictionary< key_t, value_t, allocator_t >inline
contains_key(const key_t &key) const noexcept -> bool overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlinevirtual
contains_value(const value_t &value) const noexcept -> boolxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
copy_to(xtd::array< value_type > &array, xtd::size array_index) const -> void overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
count() const noexcept -> size_type overridextd::collections::generic::ordered_dictionary< key_t, value_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::ordered_dictionary< key_t, value_t, allocator_t >inline
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
insert(xtd::size index, const key_t &key) -> voidxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
insert(xtd::size index, const key_t &key, const value_t &value) -> voidxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
items() const noexcept -> const base_type &xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlinevirtual
items() noexcept -> base_type &xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlinevirtual
iterator typedefxtd::collections::generic::idictionary< key_t, value_t >
key_collection typedefxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
key_type typedefxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
keys() const noexcept -> key_collection overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlinevirtual
list_type typedefxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
mapped_type typedefxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
memberwise_clone() constxtd::object
object()=defaultxtd::object
operator base_type &() noexceptxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
operator const base_type &() const noexceptxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
operator()(xtd::size index) const -> const value_t &xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
operator()(xtd::size index) -> value_t &xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
operator=(ordered_dictionary &&other) noexcept -> ordered_dictionary &=defaultxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
operator=(const ordered_dictionary &other) noexcept -> ordered_dictionary &xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
operator=(std::initializer_list< base_value_type > ilist) -> ordered_dictionary &xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
operator=(std::initializer_list< key_value_pair< init_key_t, init_value_t > > ilist) -> ordered_dictionary &xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
operator[](const key_t &key) const overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
operator[](const key_t &key) overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlinevirtual
ordered_dictionary() noexcept=defaultxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
ordered_dictionary(const xtd::collections::generic::idictionary< key_t, value_t > &dictionary)xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
ordered_dictionary(const xtd::collections::generic::idictionary< key_t, value_t > &dictionary, const xtd::collections::generic::iequality_comparer< key_type > &comparer)xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
ordered_dictionary(const xtd::collections::generic::ienumerable< value_type > &collection)xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
ordered_dictionary(const xtd::collections::generic::ienumerable< value_type > &collection, const xtd::collections::generic::iequality_comparer< key_type > &comparer)xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
ordered_dictionary(size_t capacity)xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
ordered_dictionary(size_t capacity, const xtd::collections::generic::iequality_comparer< key_type > &comparer)xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
ordered_dictionary(const xtd::collections::generic::iequality_comparer< key_type > &comparer)xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
ordered_dictionary(input_iterator_t first, input_iterator_t last)xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlineexplicit
ordered_dictionary(const ordered_dictionary &other) noexceptxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
ordered_dictionary(ordered_dictionary &&other) noexcept=defaultxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
ordered_dictionary(std::initializer_list< base_value_type > init) (defined in xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >)xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
ordered_dictionary(std::initializer_list< key_value_pair< init_key_t, init_value_t > > init)xtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlineexplicit
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::ordered_dictionary< key_t, value_t, allocator_t >inlinevirtual
remove(const value_type &item) noexcept -> bool overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
remove_at(xtd::size index) -> voidxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inline
size_type typedefxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
to_string() const noexcept -> xtd::string overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlinevirtual
try_get_value(const key_t &key, value_t &value) const -> bool overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlinevirtual
value_collection typedefxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
value_type typedefxtd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >
values() const noexcept -> value_collection overridextd::collections::generic::ordered_dictionary< key_t, value_t, allocator_t >inlinevirtual