| AddUnsorted(INT_PTR key, VAL val) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| ChangeKey(INT_PTR oldkey, INT_PTR newkey) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| ChangeKeyByIndex(int idx, INT_PTR newkey, bool needsort) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| cmpptr(INT_PTR *a, INT_PTR *b) | WDL_PtrKeyedArray< VAL > | inlineprivatestatic |
| CopyContents(const WDL_AssocArrayImpl &cp) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| CopyContentsAsReference(const WDL_AssocArrayImpl &cp) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| Delete(INT_PTR key) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| DeleteAll(bool resizedown=false) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| DeleteByIndex(int idx) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| Enumerate(int i, INT_PTR *key=0, VAL notfound=0) const | WDL_AssocArray< INT_PTR, VAL > | inline |
| EnumeratePtr(int i, INT_PTR *key=0) const | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| Exists(INT_PTR key) const | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| Get(INT_PTR key, VAL notfound=0) const | WDL_AssocArray< INT_PTR, VAL > | inline |
| GetIdx(INT_PTR key) const | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| GetPtr(INT_PTR key, INT_PTR *keyPtrOut=NULL) const | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| GetSize() const | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| Insert(INT_PTR key, VAL val) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| LowerBound(INT_PTR key, bool *ismatch) const | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| m_data | WDL_AssocArrayImpl< INT_PTR, VAL > | |
| m_keycmp | WDL_AssocArrayImpl< INT_PTR, VAL > | protected |
| m_keydispose | WDL_AssocArrayImpl< INT_PTR, VAL > | protected |
| m_keydup | WDL_AssocArrayImpl< INT_PTR, VAL > | protected |
| m_valdispose | WDL_AssocArrayImpl< INT_PTR, VAL > | protected |
| operator=(const WDL_AssocArrayImpl &cp) | WDL_AssocArrayImpl< INT_PTR, VAL > | inlineprivate |
| RemoveDuplicateKeys() | WDL_AssocArrayImpl< INT_PTR, VAL > | inlineprivate |
| Resort(int(*new_keycmp)(INT_PTR *k1, INT_PTR *k2)=NULL) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| ResortStable() | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| ReverseLookup(VAL val, INT_PTR notfound=0) const | WDL_AssocArray< INT_PTR, VAL > | inline |
| ReverseLookupPtr(VAL val) const | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| SetGranul(int gran) | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| WDL_AssocArray(int(*keycmp)(INT_PTR *k1, INT_PTR *k2), INT_PTR(*keydup)(INT_PTR)=0, void(*keydispose)(INT_PTR)=0, void(*valdispose)(VAL)=0) | WDL_AssocArray< INT_PTR, VAL > | inlineexplicit |
| WDL_AssocArrayImpl(const WDL_AssocArrayImpl &cp) | WDL_AssocArrayImpl< INT_PTR, VAL > | inlineprivate |
| WDL_PtrKeyedArray(void(*valdispose)(VAL)=0) | WDL_PtrKeyedArray< VAL > | inlineexplicit |
| ~WDL_AssocArrayImpl() | WDL_AssocArrayImpl< INT_PTR, VAL > | inline |
| ~WDL_PtrKeyedArray() | WDL_PtrKeyedArray< VAL > | inline |