System::Collections::Generic::_KeyCollection< Dict > Member List

This is the complete list of members for System::Collections::Generic::_KeyCollection< Dict >, including all inherited members.

_KeyCollection(const typename Dict::Ptr &dict)System::Collections::Generic::_KeyCollection< Dict >inline
Add(const Dict::map_t::key_type &item) overrideSystem::Collections::Generic::IKVCollection< Dict::map_t::key_type >inlinevirtual
BaseKVCollection(const typename Dict::Ptr &dict)System::Collections::Generic::BaseKVCollection< Dict, Dict::map_t::key_type >inline
BaseType typedefSystem::Collections::Generic::IList< Dict::map_t::key_type >
begin()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >inline
begin() constSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >inline
cbegin() constSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >inline
cend() constSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >inline
Clear() overrideSystem::Collections::Generic::IKVCollection< Dict::map_t::key_type >inlinevirtual
const_iterator typedefSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >
Contains(const TKey &item) const overrideSystem::Collections::Generic::_KeyCollection< Dict >inlinevirtual
CopyTo(ArrayPtr< Dict::map_t::key_type > arr, int index) overrideSystem::Collections::Generic::BaseKVCollection< Dict, Dict::map_t::key_type >inlinevirtual
end()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >inline
end() constSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >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 overrideSystem::Collections::Generic::BaseKVCollection< Dict, Dict::map_t::key_type >inlinevirtual
get_IsFixedSize()System::Collections::Generic::IList< Dict::map_t::key_type >inline
get_IsReadOnly() const overrideSystem::Collections::Generic::IKVCollection< Dict::map_t::key_type >inlinevirtual
get_SyncRoot() constSystem::Collections::Generic::ICollection< Dict::map_t::key_type >inline
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Collections::Generic::_KeyCollection< Dict >inlinevirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
ICollection()System::Collections::Generic::ICollection< Dict::map_t::key_type >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< Dict::map_t::key_type >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< Dict::map_t::key_type >inline
idx_get(int index) const overrideSystem::Collections::Generic::_KeyCollection< Dict >inlinevirtual
idx_set(int index, Dict::map_t::key_type value) overrideSystem::Collections::Generic::IKVCollection< Dict::map_t::key_type >inlinevirtual
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >
IndexOf(const Dict::map_t::key_type &item) const overrideSystem::Collections::Generic::IKVCollection< Dict::map_t::key_type >inlinevirtual
Insert(int index, const Dict::map_t::key_type &item) overrideSystem::Collections::Generic::IKVCollection< Dict::map_t::key_type >inlinevirtual
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_All(std::function< bool(Dict::map_t::key_type)> predicate)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Any()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Any(std::function< bool(Dict::map_t::key_type)> predicate)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Cast()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Cast()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Concat(SharedPtr< IEnumerable< Dict::map_t::key_type >> sequence)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Contains(Dict::map_t::key_type value)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Count()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Count(const Func< Dict::map_t::key_type, bool > &predicate)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_First()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_First(const Func< Dict::map_t::key_type, bool > &predicate)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_FirstOrDefault(std::function< bool(Dict::map_t::key_type)> predicate)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_GroupBy(System::Func< Dict::map_t::key_type, Key > keyPredicate)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Last()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_OfType()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_OfType()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_OrderBy(const Func< Dict::map_t::key_type, Key > &keySelector)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_OrderByDescending(const Func< Dict::map_t::key_type, Key > &keySelector)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Select(const Func< Dict::map_t::key_type, ResultType > &selector)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Select(const Func< Dict::map_t::key_type, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_SelectMany(const Func< Dict::map_t::key_type, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_ToArray()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_ToList()System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
LINQ_Where(std::function< bool(Dict::map_t::key_type)> predicate)System::Collections::Generic::IEnumerable< Dict::map_t::key_type >
Lock()System::Object
m_dictSystem::Collections::Generic::BaseKVCollection< Dict, Dict::map_t::key_type >protected
MakeReadonlyException()System::Collections::Generic::IKVCollection< Dict::map_t::key_type >inlineprotectedstatic
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< Dict::map_t::key_type >inline
operator=(const ICollection &)System::Collections::Generic::ICollection< Dict::map_t::key_type >inline
IEnumerable< Dict::map_t::key_type >::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 Dict::map_t::key_type &item) overrideSystem::Collections::Generic::IKVCollection< Dict::map_t::key_type >inlinevirtual
RemoveAt(int index) overrideSystem::Collections::Generic::IKVCollection< Dict::map_t::key_type >inlinevirtual
RemovedSharedRefs(int count)System::Objectinline
SetTemplateWeakPtr(uint32_t argument) overrideSystem::Collections::Generic::BaseKVCollection< Dict, Dict::map_t::key_type >inlinevirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ThisType typedefSystem::Collections::Generic::IList< Dict::map_t::key_type >
TKey typedefSystem::Collections::Generic::_KeyCollection< Dict >
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::IList< Dict::map_t::key_type >
virtualizeBeginConstIterator() const overrideSystem::Collections::Generic::_KeyCollection< Dict >inlinevirtual
virtualizeBeginIterator() overrideSystem::Collections::Generic::_KeyCollection< Dict >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >
virtualizeEndConstIterator() const overrideSystem::Collections::Generic::_KeyCollection< Dict >inlinevirtual
virtualizeEndIterator() overrideSystem::Collections::Generic::_KeyCollection< Dict >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~_KeyCollection() overrideSystem::Collections::Generic::_KeyCollection< Dict >inlineprotected
~BaseKVCollection() overrideSystem::Collections::Generic::BaseKVCollection< Dict, Dict::map_t::key_type >inlineprotected
~ICollection()System::Collections::Generic::ICollection< Dict::map_t::key_type >inlinevirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< Dict::map_t::key_type >inlineprotected
~IKVCollection() overrideSystem::Collections::Generic::IKVCollection< Dict::map_t::key_type >inlineprotected
~Object()System::Objectvirtual