STK++ 1.0
STK_RecursiveArray1D.h File Reference

Pre-Implementation of the interface IArray1DBase. More...

#include "STK_IArray1DBase.h"
Include dependency graph for STK_RecursiveArray1D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STK::RecursiveArray1D< TYPE, Container1D >
 Templated one dimensional Array. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.



Detailed Description

Pre-Implementation of the interface IArray1DBase.

An RecursiveArray1D is a non-oriented templated one dimensional Array which is not final and can be used by any sub-class that need to be a final class.

Definition in file STK_RecursiveArray1D.h.