#include "Stroika/Foundation/StroikaPreComp.h"
#include "Stroika/Foundation/Common/Common.h"
#include "Stroika/Foundation/Containers/Common.h"
#include "Stroika/Foundation/Containers/DataStructures/HashTable.h"
#include "HashTableSupport.inl"
Go to the source code of this file.
Classes | |
class | Stroika::Foundation::Containers::Private::HashTableBasedContainer< THIS_CONTAINER, BASE_CONTAINER > |
HashTableBasedContainer is a Stroika implementation detail, but its public methods are fair game and fully supported (as used in subclasses) More... | |
class | Stroika::Foundation::Containers::Private::HashTableBasedContainerIRep< CONTAINER_REP_BASE_CLASS > |
impl detail for array based container support More... | |
class | Stroika::Foundation::Containers::Private::HashTableBasedContainerRepImpl< THIS_CONTAINER_REP, BASE_CONTAINER_REP > |
CRTP applied when HashTableBasedContainerIRep used. More... | |
Namespaces | |
namespace | Stroika::Foundation |
namespace | Stroika::Foundation::Containers |
namespace | Stroika::Foundation::Containers::Private |
support classes for Concrete classes 'extensions' of behavior specific to the HashTable data structure
Definition in file HashTableSupport.h.