STK++ 0.9.13
STK_IArray2D.h File Reference

Interface base class for the Array2D classes, this is an internal header file, included by other containers library headers. More...

#include "STK_ArrayBase.h"
#include "STK_IContainer2D.h"
#include "STK_Array1D.h"
Include dependency graph for STK_IArray2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STK::IArray2D< Derived >
 template interface base class for two-dimensional arrays. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 

Detailed Description

Interface base class for the Array2D classes, 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 Array2D, except if you want to create your own Container Class.

Definition in file STK_IArray2D.h.