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

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

Add(const KeyValuePair< TKey, TValue > &item)=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
begin()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inline
System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >::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::SortedDictionary< TKey, TValue >
const_reverse_iterator typedefSystem::Collections::Generic::SortedDictionary< TKey, TValue >
Contains(const KeyValuePair< TKey, TValue > &item) const=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
CopyTo(System::ArrayPtr< KeyValuePair< TKey, TValue > > array, int arrayIndex)=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
crbegin() const noexceptSystem::Collections::Generic::SortedDictionary< TKey, TValue >inline
crend() const noexceptSystem::Collections::Generic::SortedDictionary< TKey, TValue >inline
end()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inline
System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >::end() constSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inline
Equals(ptr obj)System::Objectvirtual
System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >::Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >::Equals(float const &objA, float const &objB)System::Objectinlinestatic
System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >::Equals(double const &objA, double const &objB)System::Objectinlinestatic
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
get_Comparer() constSystem::Collections::Generic::SortedDictionary< TKey, TValue >inline
get_Count() const=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
get_IsReadOnly() constSystem::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >inlinevirtual
get_KeysInternal() const overrideSystem::Collections::Generic::SortedDictionary< TKey, TValue >inlineprotected
get_SyncRoot() constSystem::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >inline
get_ValuesInternal() const overrideSystem::Collections::Generic::SortedDictionary< TKey, TValue >inlineprotected
GetCounter()System::Objectinline
GetDefaultKeyComparer()System::Collections::Generic::SortedDictionary< TKey, TValue >inlinestatic
GetEnumerator() overrideSystem::Collections::Generic::SortedDictionary< TKey, TValue >inlinevirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inlineprotected
System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >::GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
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
IEnumerablePtr typedefSystem::Collections::Generic::SortedDictionary< TKey, TValue >
IEnumeratorPtr typedefSystem::Collections::Generic::SortedDictionary< TKey, TValue >
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::SortedDictionary< TKey, TValue >
KeyCollection typedefSystem::Collections::Generic::SortedDictionary< TKey, TValue >
KVPair typedefSystem::Collections::Generic::SortedDictionary< 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 > >
System::Collections::Generic::ICollection< 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_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 > >
System::Collections::Generic::ICollection< 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 > >
System::Collections::Generic::ICollection< 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 > >
System::Collections::Generic::ICollection< 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 > >
System::Collections::Generic::ICollection< 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_OrderBy(const Func< KeyValuePair< TKey, TValue >, Key > &keySelector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
System::Collections::Generic::ICollection< 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 > >
System::Collections::Generic::ICollection< 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 > >
System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >::LINQ_Select(const Func< KeyValuePair< TKey, TValue >, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >::LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >
System::Collections::Generic::ICollection< 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 > >
System::Collections::Generic::ICollection< 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
m_mapSystem::Collections::Generic::SortedDictionary< TKey, TValue >protected
map_t typedefSystem::Collections::Generic::SortedDictionary< TKey, TValue >
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >::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
System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >::operator=(Object const &x)System::Objectinline
Ptr typedefSystem::Collections::Generic::SortedDictionary< TKey, TValue >
ptr typedefSystem::Object
rbegin() noexceptSystem::Collections::Generic::SortedDictionary< TKey, TValue >inline
rbegin() const noexceptSystem::Collections::Generic::SortedDictionary< TKey, TValue >inline
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >::ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >::ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >::ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
System::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >::ReferenceEquals(String const &str1, String const &str2)System::Objectinline
Remove(const KeyValuePair< TKey, TValue > &item)=0System::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >pure virtual
RemovedSharedRefs(int count)System::Objectinline
rend() noexceptSystem::Collections::Generic::SortedDictionary< TKey, TValue >inline
rend() const noexceptSystem::Collections::Generic::SortedDictionary< TKey, TValue >inline
reverse_iterator typedefSystem::Collections::Generic::SortedDictionary< TKey, TValue >
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
SortedDictionary()System::Collections::Generic::SortedDictionary< TKey, TValue >inline
SortedDictionary(const SharedPtr< IComparer< typename BasePointerType< TKey >::type > > &comparer)System::Collections::Generic::SortedDictionary< TKey, TValue >inline
SortedDictionary(const SharedPtr< IDictionary< TKey, TValue > > &src)System::Collections::Generic::SortedDictionary< TKey, TValue >inline
SortedDictionary(const SharedPtr< IDictionary< TKey, TValue > > &src, const SharedPtr< IComparer< typename BasePointerType< TKey >::type > > &comparer)System::Collections::Generic::SortedDictionary< TKey, TValue >inline
this_t typedefSystem::Collections::Generic::SortedDictionary< TKey, TValue >
ThisType typedefSystem::Collections::Generic::ICollection< KeyValuePair< TKey, TValue > >
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueCollection typedefSystem::Collections::Generic::SortedDictionary< TKey, TValue >
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
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< KeyValuePair< TKey, TValue > >inlineprotected
~Object()System::Objectvirtual
~SortedDictionary() overrideSystem::Collections::Generic::SortedDictionary< TKey, TValue >inlineprotected