System::Collections::Generic::BaseDictionary< Map > Member List

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

_add_range(std::initializer_list< typename Map::value_type > list)System::Collections::Generic::BaseDictionary< Map >inline
Add(const key_t &key, const mapped_t &value) overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
BaseDictionary()System::Collections::Generic::BaseDictionary< Map >inline
BaseDictionary(int, const Args &... args)System::Collections::Generic::BaseDictionary< Map >inline
BaseDictionary(BaseType *src, const Args &... args)System::Collections::Generic::BaseDictionary< Map >inline
BaseDictionary(BaseType *src)System::Collections::Generic::BaseDictionary< Map >inline
BaseType typedefSystem::Collections::Generic::BaseDictionary< Map >
begin() const noexceptSystem::Collections::Generic::BaseDictionary< Map >inline
IDictionary< Map::key_type, Map::mapped_type >::begin()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >inline
cbegin() const noexceptSystem::Collections::Generic::BaseDictionary< Map >inline
cend() const noexceptSystem::Collections::Generic::BaseDictionary< Map >inline
Clear() overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
const_iterator typedefSystem::Collections::Generic::BaseDictionary< Map >
Contains(const KeyValuePair< key_t, mapped_t > &item) const overrideSystem::Collections::Generic::BaseDictionary< Map >inlineprotectedvirtual
ContainsKey(const key_t &key) const overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
ContainsValue(const mapped_t &value)System::Collections::Generic::BaseDictionary< Map >inline
CopyTo(ArrayPtr< KeyValuePair< Map::key_type, Map::mapped_type >> arr, int index) overrideSystem::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type >inlinevirtual
ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >::CopyTo(System::ArrayPtr< KeyValuePair< Map::key_type, Map::mapped_type > > array, int arrayIndex)=0System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >pure virtual
data()System::Collections::Generic::BaseDictionary< Map >inline
data() constSystem::Collections::Generic::BaseDictionary< Map >inline
end() const noexceptSystem::Collections::Generic::BaseDictionary< Map >inline
IDictionary< Map::key_type, Map::mapped_type >::end()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_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::BaseDictionary< Map >inlinevirtual
get_IsFixedSize() constSystem::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type >inline
get_IsReadOnly() constSystem::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >inlinevirtual
get_IsSynchronized() constSystem::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type >inline
get_Keys() constSystem::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type >inlinevirtual
get_KeysInternal() constSystem::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type >inlineprotectedvirtual
get_SyncRoot() constSystem::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >inline
get_Values() constSystem::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type >inlinevirtual
get_ValuesInternal() constSystem::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type >inlineprotectedvirtual
GetCounter()System::Objectinline
GetEnumerator() override=0System::Collections::Generic::BaseDictionary< Map >pure virtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
GetValueOrDefault(const key_t &key) const overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
GetValueOrDefault(const key_t &key, const mapped_t &defaultValue) const overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
GetValueOrNull(const key_t &key) const overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
ICollection()System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >inline
idx_get(const key_t &key) const overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
idx_set(const key_t &key, mapped_t value) overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::BaseDictionary< Map >
KeyCollection typedefSystem::Collections::Generic::BaseDictionary< Map >
KeyValuePairType typedefSystem::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type >
KVPair typedefSystem::Collections::Generic::BaseDictionary< Map >
LINQ_All(std::function< bool(KeyValuePair< Map::key_type, Map::mapped_type >)> predicate)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Any()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Any(std::function< bool(KeyValuePair< Map::key_type, Map::mapped_type >)> predicate)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Cast()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Cast()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Concat(SharedPtr< IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >> sequence)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Contains(KeyValuePair< Map::key_type, Map::mapped_type > value)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Count()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Count(const Func< KeyValuePair< Map::key_type, Map::mapped_type >, bool > &predicate)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_First()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_First(const Func< KeyValuePair< Map::key_type, Map::mapped_type >, bool > &predicate)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_FirstOrDefault(std::function< bool(KeyValuePair< Map::key_type, Map::mapped_type >)> predicate)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_GroupBy(System::Func< KeyValuePair< Map::key_type, Map::mapped_type >, Key > keyPredicate)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Last()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_OfType()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_OfType()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_OrderBy(const Func< KeyValuePair< Map::key_type, Map::mapped_type >, Key > &keySelector)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_OrderByDescending(const Func< KeyValuePair< Map::key_type, Map::mapped_type >, Key > &keySelector)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Select(const Func< KeyValuePair< Map::key_type, Map::mapped_type >, ResultType > &selector)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Select(const Func< KeyValuePair< Map::key_type, Map::mapped_type >, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_SelectMany(const Func< KeyValuePair< Map::key_type, Map::mapped_type >, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_ToArray()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_ToList()System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
LINQ_Where(std::function< bool(KeyValuePair< Map::key_type, Map::mapped_type >)> predicate)System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
Lock()System::Object
m_mapSystem::Collections::Generic::BaseDictionary< Map >protected
m_pointer_modeSystem::Collections::Generic::BaseDictionary< Map >protected
map_t typedefSystem::Collections::Generic::BaseDictionary< Map >
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >inline
operator=(const ICollection &)System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >inline
IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >::operator=(Object const &x)System::Objectinline
operator[](const key_t &key)System::Collections::Generic::BaseDictionary< Map >inlinevirtual
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 key_t &key) overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
Remove(const KeyValuePair< key_t, mapped_t > &item) overrideSystem::Collections::Generic::BaseDictionary< Map >inlineprotectedvirtual
RemovedSharedRefs(int count)System::Objectinline
SetTemplateWeakPtr(unsigned int argument) overrideSystem::Collections::Generic::BaseDictionary< Map >inline
IDictionary< Map::key_type, Map::mapped_type >::SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ToString() constSystem::Objectvirtual
TryGetValue(const key_t &key, mapped_t &value) const overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueCollection typedefSystem::Collections::Generic::BaseDictionary< Map >
ValueType typedefSystem::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >
virtualizeBeginConstIterator() const overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
virtualizeBeginIterator() overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >
virtualizeEndConstIterator() const overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
virtualizeEndIterator() overrideSystem::Collections::Generic::BaseDictionary< Map >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~BaseDictionary() overrideSystem::Collections::Generic::BaseDictionary< Map >inlineprotected
~ICollection()System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >inlinevirtual
~IDictionary() overrideSystem::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type >inlineprotected
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > >inlineprotected
~Object()System::Objectvirtual