LMMS
Loading...
Searching...
No Matches
WDL_IntKeyedArray< VAL > Member List

This is the complete list of members for WDL_IntKeyedArray< VAL >, including all inherited members.

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) constWDL_AssocArray< int, VAL >inline
EnumeratePtr(int i, int *key=0) constWDL_AssocArrayImpl< int, VAL >inline
Exists(int key) constWDL_AssocArrayImpl< int, VAL >inline
Get(int key, VAL notfound=0) constWDL_AssocArray< int, VAL >inline
GetIdx(int key) constWDL_AssocArrayImpl< int, VAL >inline
GetPtr(int key, int *keyPtrOut=NULL) constWDL_AssocArrayImpl< int, VAL >inline
GetSize() constWDL_AssocArrayImpl< int, VAL >inline
Insert(int key, VAL val)WDL_AssocArrayImpl< int, VAL >inline
LowerBound(int key, bool *ismatch) constWDL_AssocArrayImpl< int, VAL >inline
m_dataWDL_AssocArrayImpl< int, VAL >
m_keycmpWDL_AssocArrayImpl< int, VAL >protected
m_keydisposeWDL_AssocArrayImpl< int, VAL >protected
m_keydupWDL_AssocArrayImpl< int, VAL >protected
m_valdisposeWDL_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) constWDL_AssocArray< int, VAL >inline
ReverseLookupPtr(VAL val) constWDL_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