#include "Stroika/Foundation/StroikaPreComp.h"#include "Stroika/Foundation/Common/Common.h"#include "Stroika/Foundation/Containers/Common.h"#include "Stroika/Foundation/Containers/DataStructures/SkipList.h"#include "SkipListSupport.inl"Go to the source code of this file.
Classes | |
| class | Stroika::Foundation::Containers::Private::SkipListBasedContainer< THIS_CONTAINER, BASE_CONTAINER, USING_IREP > |
| SkipListBasedContainer 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::SkipListBasedContainerIRep< CONTAINER_REP_BASE_CLASS > |
| impl detail for array based container support (see SkipListBasedContainer docs on bool USING_IREP) More... | |
| class | Stroika::Foundation::Containers::Private::SkipListBasedContainerRepImpl< THIS_CONTAINER_REP, BASE_CONTAINER_REP > |
| CRTP applied when SkipListBasedContainerIRep 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 SkipList data structure
Definition in file SkipListSupport.h.