STK++ 0.9.13
STK::hidden::Traits< Array2DVector< Type_ > > Struct Template Reference

Specialization of the Traits class for the Array2DVector class. More...

#include <STK_Array2DVector.h>

Public Types

enum  {
  structure_ = Arrays::vector_ , orient_ = Arrays::by_col_ , sizeCols_ = 1 , sizeRows_ = UnknownSize ,
  size_ = UnknownSize , storage_ = Arrays::dense_
}
 
typedef Array2DPoint< Type_ > Row
 
typedef Array2DVector< Type_ > Col
 
typedef Array2DPoint< Type_ > SubRow
 
typedef Array2DVector< Type_ > SubCol
 
typedef Array2DVector< Type_ > SubArray
 
typedef Array2DVector< Type_ > SubVector
 
typedef Type_ Type
 
typedef RemoveConst< Type >::Type constTypeConst
 
typedef Array1D< Type, UnknownSizeColVector
 

Detailed Description

template<class Type_>
struct STK::hidden::Traits< Array2DVector< Type_ > >

Specialization of the Traits class for the Array2DVector class.

Definition at line 69 of file STK_Array2DVector.h.

Member Typedef Documentation

◆ Col

template<class Type_ >
typedef Array2DVector<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::Col

Definition at line 72 of file STK_Array2DVector.h.

◆ ColVector

template<class Type_ >
typedef Array1D<Type, UnknownSize> STK::hidden::Traits< Array2DVector< Type_ > >::ColVector

Definition at line 90 of file STK_Array2DVector.h.

◆ Row

template<class Type_ >
typedef Array2DPoint<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::Row

Definition at line 71 of file STK_Array2DVector.h.

◆ SubArray

template<class Type_ >
typedef Array2DVector<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::SubArray

Definition at line 75 of file STK_Array2DVector.h.

◆ SubCol

template<class Type_ >
typedef Array2DVector<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::SubCol

Definition at line 74 of file STK_Array2DVector.h.

◆ SubRow

template<class Type_ >
typedef Array2DPoint<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::SubRow

Definition at line 73 of file STK_Array2DVector.h.

◆ SubVector

template<class Type_ >
typedef Array2DVector<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::SubVector

Definition at line 76 of file STK_Array2DVector.h.

◆ Type

template<class Type_ >
typedef Type_ STK::hidden::Traits< Array2DVector< Type_ > >::Type

Definition at line 78 of file STK_Array2DVector.h.

◆ TypeConst

template<class Type_ >
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< Array2DVector< Type_ > >::TypeConst

Definition at line 79 of file STK_Array2DVector.h.

Member Enumeration Documentation

◆ anonymous enum

template<class Type_ >
anonymous enum
Enumerator
structure_ 
orient_ 
sizeCols_ 
sizeRows_ 
size_ 
storage_ 

Definition at line 81 of file STK_Array2DVector.h.

82 {
85 sizeCols_ = 1,
88 storage_ = Arrays::dense_ // always dense
89 };
@ dense_
dense matrix/vector/array/expression
@ vector_
column oriented vector/array/expression
@ by_col_
storage by column
const int UnknownSize
This value means that an integer is not known at compile-time, and that instead the value is stored i...

The documentation for this struct was generated from the following file: