System::Collections::Generic::IDictionary< TKey, TValue > Member List

This is the complete list of members for System::Collections::Generic::IDictionary< TKey, TValue >, including all inherited members.

Add(const TKey &key, const TValue &value)=0System::Collections::Generic::IDictionary< TKey, TValue >pure virtual
ICollection< KeyValuePair< TKey, TValue > >::Add(const KeyValuePair< TKey, TValue > &item)=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
BaseType typedefSystem::Collections::Generic::IDictionary< TKey, TValue >
begin()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inline
begin() constSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inline
cbegin() constSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inline
cend() constSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inline
Clear()=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
const_iterator typedefSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
Contains(const KeyValuePair< TKey, TValue > &item) const=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
ContainsKey(const TKey &key) const =0System::Collections::Generic::IDictionary< TKey, TValue >pure virtual
CopyTo(ArrayPtr< KeyValuePair< TKey, TValue >> arr, int index) overrideSystem::Collections::Generic::IDictionary< TKey, TValue >inlinevirtual
ICollection< KeyValuePair< TKey, TValue > >::CopyTo(System::ArrayPtr< KeyValuePair< TKey, TValue > > array, int arrayIndex)=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
end()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inline
end() constSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inline
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
get_Count() const=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
get_IsFixedSize() constSystem::Collections::Generic::IDictionary< TKey, TValue >inline
get_IsReadOnly() constSystem::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >inlinevirtual
get_IsSynchronized() constSystem::Collections::Generic::IDictionary< TKey, TValue >inline
get_Keys() constSystem::Collections::Generic::IDictionary< TKey, TValue >inlinevirtual
get_KeysInternal() constSystem::Collections::Generic::IDictionary< TKey, TValue >inlineprotectedvirtual
get_SyncRoot() constSystem::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >inline
get_Values() constSystem::Collections::Generic::IDictionary< TKey, TValue >inlinevirtual
get_ValuesInternal() constSystem::Collections::Generic::IDictionary< TKey, TValue >inlineprotectedvirtual
GetCounter()System::Objectinline
GetEnumerator()=0System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >pure virtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
GetValueOrDefault(const TKey &key) constSystem::Collections::Generic::IDictionary< TKey, TValue >inlinevirtual
GetValueOrDefault(const TKey &key, const TValue &defaultValue) constSystem::Collections::Generic::IDictionary< TKey, TValue >inlinevirtual
GetValueOrNull(const TKey &key) constSystem::Collections::Generic::IDictionary< TKey, TValue >inlinevirtual
ICollection()System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >inline
idx_get(const TKey &key) const =0System::Collections::Generic::IDictionary< TKey, TValue >pure virtual
idx_set(const TKey &key, TValue value)=0System::Collections::Generic::IDictionary< TKey, TValue >pure virtual
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
KeyValuePairType typedefSystem::Collections::Generic::IDictionary< TKey, TValue >
LINQ_All(std::function< bool(KeyValuePair< TKey, TValue >)> predicate)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Any()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Any(std::function< bool(KeyValuePair< TKey, TValue >)> predicate)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Cast()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Cast()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Concat(SharedPtr< IEnumerable< KeyValuePair< TKey, TValue > >> sequence)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Contains(KeyValuePair< TKey, TValue > value)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Count()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Count(const Func< KeyValuePair< TKey, TValue >, bool > &predicate)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_First()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_First(const Func< KeyValuePair< TKey, TValue >, bool > &predicate)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_FirstOrDefault(std::function< bool(KeyValuePair< TKey, TValue >)> predicate)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_GroupBy(System::Func< KeyValuePair< TKey, TValue >, Key > keyPredicate)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Last()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_OfType()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_OfType()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_OrderBy(const Func< KeyValuePair< TKey, TValue >, Key > &keySelector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_OrderByDescending(const Func< KeyValuePair< TKey, TValue >, Key > &keySelector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Select(const Func< KeyValuePair< TKey, TValue >, ResultType > &selector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Select(const Func< KeyValuePair< TKey, TValue >, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_SelectMany(const Func< KeyValuePair< TKey, TValue >, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_ToArray()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_ToList()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
LINQ_Where(std::function< bool(KeyValuePair< TKey, TValue >)> predicate)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >inline
operator=(const ICollection &)System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >inline
IEnumerable< KeyValuePair< TKey, TValue > >::operator=(Object const &x)System::Objectinline
ptr typedefSystem::Object
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
Remove(const TKey &key)=0System::Collections::Generic::IDictionary< TKey, TValue >pure virtual
ICollection< KeyValuePair< TKey, TValue > >::Remove(const KeyValuePair< TKey, TValue > &item)=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
RemovedSharedRefs(int count)System::Objectinline
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ToString() constSystem::Objectvirtual
TryGetValue(const TKey &key, TValue &value) const =0System::Collections::Generic::IDictionary< TKey, TValue >pure virtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >
virtualizeBeginConstIterator() constSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inlinevirtual
virtualizeBeginIterator()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
virtualizeEndConstIterator() constSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inlinevirtual
virtualizeEndIterator()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~ICollection()System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >inlinevirtual
~IDictionary() overrideSystem::Collections::Generic::IDictionary< TKey, TValue >inlineprotected
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inlineprotected
~Object()System::Objectvirtual