命名空间 | |
| Internal | |
函数 | |
| template<typename KeyType > | |
| AkInt32 | GetFirstSlotForKey (const AkHashTableBase< KeyType > *pHashTable, KeyType uKey) | 
| template<typename KeyType > | |
| AkInt32 | GetNextSlotForKey (const AkHashTableBase< KeyType > *pHashTable, KeyType uKey, AkInt32 iPreviousSlot) | 
| template<typename KeyType > | |
| AkInt32 | GetFirstActiveSlot (const AkHashTableBase< KeyType > *pHashTable) | 
| template<typename KeyType > | |
| AkInt32 | GetNextActiveSlot (const AkHashTableBase< KeyType > *pHashTable, AkInt32 iPreviousSlot) | 
| template<typename KeyType , typename FuncType > | |
| void | ForEachSlot (const AkHashTableBase< KeyType > *in_pHashTable, FuncType in_func) |