STK++ 0.9.13
|
Interface base class for the Array1D, this is an internal header file, included by other Containers library headers. More...
#include <STKernel.h>
#include "STK_IContainerRef.h"
#include "STK_ArraysTraits.h"
#include "STK_Arrays_Util.h"
#include "STK_ITContainer1D.h"
#include "allocators/STK_MemAllocator.h"
#include "iterators/STK_BiDirectionalIterator.h"
#include "iterators/STK_DenseRandomIterator.h"
Go to the source code of this file.
Classes | |
class | STK::IArray1D< Derived > |
template one dimensional Array. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Arrays |
the namespace Arrays contain the enum and utilities method used by the containers classes. | |
Functions | |
int | STK::Arrays::evalSizeCapacity (int m) |
template<int Size_> | |
TRange< Size_ > | STK::Arrays::evalRangeCapacity (TRange< Size_ > const &I) |
template<> | |
Range | STK::Arrays::evalRangeCapacity (Range const &I) |
Specialization for array with unknown size. | |
Interface base class for the Array1D, this is an internal header file, included by other Containers library headers.
You should not attempt to use it directly but rather used one of the derived class like Array1D, except if you want to create your own Container Class.
Definition in file STK_IArray1D.h.