#include "Stroika/Foundation/StroikaPreComp.h"
#include "Stroika/Foundation/Common/Compare.h"
#include "Stroika/Foundation/Containers/DataStructures/HashTable.h"
#include "Stroika/Foundation/Containers/KeyedCollection.h"
#include "Stroika/Foundation/Containers/Private/HashTableSupport.h"
#include "Stroika/Foundation/Cryptography/Digest/HashBase.h"
#include "KeyedCollection_HashTable.inl"
Go to the source code of this file.
Classes | |
class | Stroika::Foundation::Containers::Concrete::KeyedCollection_HashTable< T, KEY_TYPE, TRAITS > |
KeyedCollection_HashTable<T,KEY_TYPE> is a HashTable based concrete implementation of the KeyedCollection<T,KEY_TYPE> container pattern. More... | |
struct | Stroika::Foundation::Containers::Concrete::KeyedCollection_HashTable< T, KEY_TYPE, TRAITS >::ElementEqualsComparer< KEY_EQUALS_COMPARER > |
struct | Stroika::Foundation::Containers::Concrete::KeyedCollection_HashTable< T, KEY_TYPE, TRAITS >::ElementHash< KEY_HASHER > |
Namespaces | |
namespace | Stroika::Foundation |
namespace | Stroika::Foundation::Containers |
namespace | Stroika::Foundation::Containers::Concrete |
namespace | Stroika::Foundation::Containers::Concrete::KeyedCollection_HashTable_Support |
mostly internal concept validator for hash-table that resides inside KeyedCollection_HashTable | |
Definition in file KeyedCollection_HashTable.h.