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