menu
バージョン
2023.1.16.8822
2024.1.8.8893
2023.1.16.8822
2025.1.1.8936
2022.1.19.8584
2021.1.14.8108
2024.1.8.8893
2023.1.16.8822
2025.1.1.8936
2022.1.19.8584
2021.1.14.8108
名前空間 | |
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) |