System::Collections::Generic::BaseKVCollection< Dict, KV > Member List

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

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