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