xtd 0.2.0
xtd::collections::generic::idictionary< key_t, value_t > Member List

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

add(const key_t &key, const value_t value)=0xtd::collections::generic::idictionary< key_t, value_t >pure virtual
icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >::add(const xtd::collections::generic::key_value_pair< key_t, value_t > &item)=0xtd::collections::generic::icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >pure virtual
aggregate(const std::function< type_t(const type_t &, const type_t &)> &func) constxtd::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) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const type_t &, const accumulate_t &)> &func) constxtd::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) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const type_t &, const accumulate_t &)> &func, const std::function< result_t(const accumulate_t &)> &result_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
all(const std::function< bool(const type_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
any() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
any(const std::function< bool(const type_t &)> &predicate) constxtd::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
begin() constxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
begin()xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
cast() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
cbegin() constxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
cend() constxtd::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()=0xtd::collections::generic::icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >pure virtual
concat(const ienumerable< type_t > &second) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
const_iterator typedefxtd::collections::generic::idictionary< key_t, value_t >
contains(const xtd::collections::generic::key_value_pair< key_t, value_t > &item) const noexcept=0xtd::collections::generic::icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >pure virtual
xtd::collections::generic::ienumerable::contains(const type_t &value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
xtd::collections::generic::ienumerable::contains(const type_t &value, const xtd::collections::generic::iequality_comparer< type_t > &comparer) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
contains_key(const key_t &key) const noexcept=0xtd::collections::generic::idictionary< key_t, value_t >pure virtual
copy_to(xtd::array< xtd::collections::generic::key_value_pair< key_t, value_t > > &array, xtd::size array_index) const=0xtd::collections::generic::icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >pure virtual
count() const noexcept=0xtd::collections::generic::icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >pure virtual
xtd::collections::generic::ienumerable::count(const std::function< bool(const type_t &)> &predicate) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
xtd::collections::generic::ienumerable::count(const type_t &value) 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 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
end() constxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
end()xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
enumerable_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
first_or_default(const std::function< bool(const type_t &)> &predicate, const type_t &default_value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
first_or_default(const std::function< bool(const type_t &)> &predicate) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
first_or_default(const type_t default_value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
first_or_default() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
get_enumerator() const =0xtd::collections::generic::ienumerable< type_t >pure virtual
ienumerable typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
is_read_only() const noexcept=0xtd::collections::generic::icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >pure virtual
is_synchronized() const noexcept=0xtd::collections::generic::icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >pure virtual
iterator typedefxtd::collections::generic::idictionary< key_t, value_t >
key_collection typedefxtd::collections::generic::idictionary< key_t, value_t >
key_type typedefxtd::collections::generic::idictionary< key_t, value_t >
keys() const noexcept=0xtd::collections::generic::idictionary< key_t, value_t >pure virtual
list typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
mapped_type typedefxtd::collections::generic::idictionary< key_t, value_t >
operator<<(const type_t &item)xtd::collections::generic::extensions::collection_operators< type_t, collection_t >inlinevirtual
operator>>(const type_t &item)xtd::collections::generic::extensions::collection_operators< type_t, collection_t >inlinevirtual
operator[](const key_t &key) const =0xtd::collections::generic::idictionary< key_t, value_t >pure virtual
operator[](const key_t &key)=0xtd::collections::generic::idictionary< key_t, value_t >pure virtual
remove(const key_t &key) noexcept=0xtd::collections::generic::idictionary< key_t, value_t >pure virtual
icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >::remove(const xtd::collections::generic::key_value_pair< key_t, value_t > &item)=0xtd::collections::generic::icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >pure virtual
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
source_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
sync_root() const noexcept=0xtd::collections::generic::icollection< xtd::collections::generic::key_value_pair< key_t, value_t > >pure virtual
to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexceptxtd::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) noexceptxtd::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) noexceptxtd::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) noexceptxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinestatic
to_list() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
try_get_value(const key_t &key, value_t &value) const =0xtd::collections::generic::idictionary< key_t, value_t >pure virtual
value_collection typedefxtd::collections::generic::idictionary< key_t, value_t >
value_type typedefxtd::collections::generic::idictionary< key_t, value_t >
values() const noexcept=0xtd::collections::generic::idictionary< key_t, value_t >pure virtual
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