STK++ 0.9.13
|
Interface base class for the CArray, this is an internal header file, included by other Containers library headers. More...
#include "STK_ArrayBase.h"
#include "STK_IContainer2D.h"
#include "STK_ITContainer2D.h"
#include "allocators/STK_MemAllocator.h"
#include "allocators/STK_CAllocator.h"
Go to the source code of this file.
Classes | |
struct | STK::hidden::CSlice< Derived, SizeRows, SizeCols > |
The traits struct CSlice allows to disambiguate return type of the col/row/sub operators for CArray family. More... | |
struct | STK::hidden::CSliceDispatcher< Derived, Size > |
helper allowing to disambiguate SubVector access More... | |
class | STK::ICArray< Derived > |
s More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
The hidden namespace enclose the classes and methods which are used internally by the STK++ classes. | |
Interface base class for the CArray, 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 CArray, except if you want to create your own Container Class.
Definition in file STK_ICArray.h.