STK++ 0.9.13
STK_ICArray.h File Reference

Interface base class for the CArray, this is an internal header file, included by other Containers library headers. More...

Include dependency graph for STK_ICArray.h:
This graph shows which files directly or indirectly include this file:

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.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Detailed Description

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.