STK++ 0.9.13
STK_Array1D_InnerIterator.h File Reference

In this file we define and implement the inner class InnerIterator of Array1D class. More...

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

Go to the source code of this file.

Classes

class  STK::Array1D< Type_, Size_ >::InnerOperator
 

Namespaces

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

Enumerations

enum  
 

Detailed Description

In this file we define and implement the inner class InnerIterator of Array1D class.

Definition in file STK_Array1D_InnerIterator.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Definition at line 49 of file STK_Array1D_InnerIterator.h.

50 {
51 structure_ = hidden::Traits< Array1D<Type_, Size_> >::structure_,
52 orient_ = hidden::Traits< Array1D<Type_, Size_> >::orient_,
53 sizeCols_ = hidden::Traits< Array1D<Type_, Size_> >::sizeCols_,
54 sizeRows_ = hidden::Traits< Array1D<Type_, Size_> >::sizeRows_,
55 size_ = hidden::Traits< Array1D<Type_, Size_> >::size_,
56 storage_ = hidden::Traits< Array1D<Type_, Size_> >::storage_
57 };