file
StaticHashMapIterator.h
Namespaces
- namespace nCine
- Root namespace of nCine game engine.
Classes
-
template<class K, class T, class HashFunc, std::struct nCine::StaticHashMapHelperTraits
uint32_t Capacity, bool IsConst> - Base helper structure for type traits used in the hashmap iterator.
-
template<class K, class T, class HashFunc, std::struct nCine::StaticHashMapHelperTraits<K, T, HashFunc, Capacity, false>
uint32_t Capacity> - Helper structure providing type traits used in the non constant hashmap iterator.
-
template<class K, class T, class HashFunc, std::struct nCine::StaticHashMapHelperTraits<K, T, HashFunc, Capacity, true>
uint32_t Capacity> - Helper structure providing type traits used in the constant hashmap iterator.
-
template<class K, class T, class HashFunc, std::class nCine::StaticHashMapIterator
uint32_t Capacity, bool IsConst> - Static hashmap iterator.
-
template<class K, class T, class HashFunc, std::struct nCine::IteratorTraits<StaticHashMapIterator<K, T, HashFunc, Capacity, false>>
uint32_t Capacity> - Iterator traits structure specialization for
HashMapIterator
class. -
template<class K, class T, class HashFunc, std::struct nCine::IteratorTraits<StaticHashMapIterator<K, T, HashFunc, Capacity, true>>
uint32_t Capacity> - Iterator traits structure specialization for constant
HashMapIterator
class.