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