_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) override | System::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 typedef | System::Collections::Generic::BaseDictionary< Map > | |
begin() const noexcept | System::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 noexcept | System::Collections::Generic::BaseDictionary< Map > | inline |
cend() const noexcept | System::Collections::Generic::BaseDictionary< Map > | inline |
Clear() override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
const_iterator typedef | System::Collections::Generic::BaseDictionary< Map > | |
ContainsKey(const key_t &key) const override | System::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) override | System::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)=0 | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | pure virtual |
data() | System::Collections::Generic::BaseDictionary< Map > | inline |
data() const | System::Collections::Generic::BaseDictionary< Map > | inline |
end() const noexcept | System::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::Object | virtual |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(float const &objA, float const &objB) | System::Object | inline |
Equals(double const &objA, double const &objB) | System::Object | inline |
FastCast(const Details::FastRttiBase &helper, void **out_ptr) const | System::Object | virtual |
get_Count() const override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
get_IsFixedSize() const | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | inline |
get_IsReadOnly() const | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | inlinevirtual |
get_IsSynchronized() const | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | inline |
get_Keys() const | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | inlinevirtual |
get_SyncRoot() const | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | inline |
get_Values() const | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | inlinevirtual |
GetCounter() | System::Object | inline |
GetEnumerator() override=0 | System::Collections::Generic::BaseDictionary< Map > | pure virtual |
GetHashCode() const | System::Object | virtual |
GetType() const | System::Object | virtual |
GetValueOrDefault(const key_t &key) const override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
GetValueOrDefault(const key_t &key, const mapped_t &defaultValue) const override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
GetValueOrNull(const key_t &key) const override | System::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 &&) noexcept | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | inline |
idx_get(const key_t &key) const override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
idx_set(const key_t &key, mapped_t value) override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
IEnumeratorType typedef | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | |
Is(const TypeInfo &targetType) const | System::Object | virtual |
iterator typedef | System::Collections::Generic::BaseDictionary< Map > | |
KeyCollection typedef | System::Collections::Generic::BaseDictionary< Map > | |
KeyValuePairType typedef | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | |
KVPair typedef | System::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 | |
map_t typedef | System::Collections::Generic::BaseDictionary< Map > | |
MemberwiseClone() const | System::Object | virtual |
Object() | System::Object | |
Object(Object const &x) | System::Object | |
operator=(ICollection &&) noexcept | System::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::Object | inline |
operator[](const key_t &key) | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
ptr typedef | System::Object | |
ReferenceEquals(ptr const &objA, ptr const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, T const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, std::nullptr_t) | System::Object | inlinestatic |
ReferenceEquals(String const &str, std::nullptr_t) | System::Object | inline |
ReferenceEquals(String const &str1, String const &str2) | System::Object | inline |
Remove(const key_t &key) override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
RemovedSharedRefs(int count) | System::Object | inline |
SetTemplateWeakPtr(unsigned int argument) override | System::Collections::Generic::BaseDictionary< Map > | inline |
IDictionary< Map::key_type, Map::mapped_type >::SetTemplateWeakPtr(uint32_t argument) | System::Object | virtual |
SharedCount() const | System::Object | inline |
SharedRefAdded() | System::Object | inline |
SharedRefRemovedSafe() | System::Object | inline |
ToString() const | System::Object | virtual |
TryGetValue(const key_t &key, mapped_t &value) const override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
Type() | System::Object | inlinestatic |
Unlock() | System::Object | |
ValueCollection typedef | System::Collections::Generic::BaseDictionary< Map > | |
ValueType typedef | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | |
virtualizeBeginConstIterator() const override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
virtualizeBeginIterator() override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
virtualized_iterator typedef | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | |
virtualized_iterator_element typedef | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | |
virtualizeEndConstIterator() const override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
virtualizeEndIterator() override | System::Collections::Generic::BaseDictionary< Map > | inlinevirtual |
WeakRefAdded() | System::Object | inline |
WeakRefRemoved() | System::Object | inline |
~ICollection() | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | inlinevirtual |
~Object() | System::Object | virtual |