Add(const Map::key_type &key, const Map::mapped_type &value)=0 | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | pure virtual |
ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >::Add(const KeyValuePair< Map::key_type, Map::mapped_type > &item)=0 | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | pure virtual |
begin() noexcept | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inline |
begin() const noexcept | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inline |
cbegin() const noexcept | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inline |
cend() const noexcept | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inline |
Clear()=0 | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | pure virtual |
const_iterator typedef | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | |
Contains(const KeyValuePair< Map::key_type, Map::mapped_type > &item) const=0 | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | pure virtual |
ContainsKey(const Map::key_type &key) const=0 | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | pure virtual |
CopyTo(ArrayPtr< KeyValuePair< Map::key_type, Map::mapped_type > > arr, int index) override | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | inlinevirtual |
Dictionary() | System::Collections::Generic::Dictionary< String, String > | inline |
Dictionary(const map_t &map) | System::Collections::Generic::Dictionary< String, String > | inline |
Dictionary(int capacity) | System::Collections::Generic::Dictionary< String, String > | inline |
Dictionary(const SharedPtr< IDictionary< String, String > > &src) | System::Collections::Generic::Dictionary< String, String > | inline |
Dictionary(const SharedPtr< IDictionary< String, String > > &src, const SharedPtr< IEqualityComparer< String > > &comparer) | System::Collections::Generic::Dictionary< String, String > | inline |
Dictionary(const SharedPtr< IEqualityComparer< String > > &comparer) | System::Collections::Generic::Dictionary< String, String > | inline |
Dictionary(int capacity, const SharedPtr< IEqualityComparer< String > > &comparer) | System::Collections::Generic::Dictionary< String, String > | inline |
end() noexcept | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inline |
end() const noexcept | 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 | inlinestatic |
Equals(double const &objA, double const &objB) | System::Object | inlinestatic |
FastCast(const Details::FastRttiBase &helper, void **out_ptr) const | System::Object | virtual |
get_Count() const=0 | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | pure virtual |
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_KeysInternal() const override | System::Collections::Generic::Dictionary< String, String > | inlineprotectedvirtual |
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 |
get_ValuesInternal() const override | System::Collections::Generic::Dictionary< String, String > | inlineprotectedvirtual |
GetCounter() | System::Object | inline |
GetEnumerator() override | System::Collections::Generic::Dictionary< String, String > | inlinevirtual |
GetEnumeratorAsVirtualizedIterator() | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inlineprotected |
GetEnumeratorAsVirtualizedIterator() const | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inlineprotected |
GetHashCode() const | System::Object | virtual |
GetType() const | System::Object | virtual |
GetValueOrDefault(const Map::key_type &key) const | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | inlinevirtual |
GetValueOrDefault(const Map::key_type &key, const Map::mapped_type &defaultValue) const | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | inlinevirtual |
GetValueOrNull(const Map::key_type &key) const | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | 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 String &key) const override | System::Collections::Specialized::StringDictionary | inlinevirtual |
Dictionary< String, String >::idx_get(const Map::key_type &key) const=0 | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | pure virtual |
idx_set(const Map::key_type &key, Map::mapped_type value)=0 | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | pure virtual |
IEnumerablePtr typedef | System::Collections::Generic::Dictionary< String, String > | |
IEnumeratorPtr typedef | System::Collections::Generic::Dictionary< String, String > | |
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::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | |
KeyCollection typedef | System::Collections::Generic::Dictionary< String, String > | |
KeyValuePairType typedef | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | |
KVPair typedef | System::Collections::Generic::Dictionary< String, String > | |
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::Dictionary< String, String > | |
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 |
Ptr typedef | System::Collections::Generic::Dictionary< String, String > | |
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 Map::key_type &key)=0 | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | pure virtual |
ICollection< KeyValuePair< Map::key_type, Map::mapped_type > >::Remove(const KeyValuePair< Map::key_type, Map::mapped_type > &item)=0 | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | pure virtual |
RemovedSharedRefs(int count) | System::Object | inline |
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 Map::key_type &key, Map::mapped_type &value) const=0 | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | pure virtual |
Type() | System::Object | inlinestatic |
Unlock() | System::Object | |
ValueCollection typedef | System::Collections::Generic::Dictionary< String, String > | |
ValueType typedef | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | |
virtualizeBeginConstIterator() const | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inlinevirtual |
virtualizeBeginIterator() | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | 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 | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inlinevirtual |
virtualizeEndIterator() | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inlinevirtual |
WeakRefAdded() | System::Object | inline |
WeakRefRemoved() | System::Object | inline |
~Dictionary() override | System::Collections::Generic::Dictionary< String, String > | inlineprotected |
~ICollection() | System::Collections::Generic::ICollection< KeyValuePair< Map::key_type, Map::mapped_type > > | inlinevirtual |
~IDictionary() override | System::Collections::Generic::IDictionary< Map::key_type, Map::mapped_type > | inlineprotected |
~IEnumerable() override | System::Collections::Generic::IEnumerable< KeyValuePair< Map::key_type, Map::mapped_type > > | inlineprotected |
~Object() | System::Object | virtual |
~StringDictionary() override | System::Collections::Specialized::StringDictionary | inlineprotected |