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

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

#include <STK_Array2DDiagonal.h>

Classes

class  Void
 

Public Types

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

Detailed Description

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

Specialization of the Traits class for the Array2DDiagonal class.

Definition at line 60 of file STK_Array2DDiagonal.h.

Member Typedef Documentation

◆ Col

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

Definition at line 66 of file STK_Array2DDiagonal.h.

◆ ColVector

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

Definition at line 84 of file STK_Array2DDiagonal.h.

◆ Row

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

Definition at line 65 of file STK_Array2DDiagonal.h.

◆ SubArray

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

Definition at line 69 of file STK_Array2DDiagonal.h.

◆ SubCol

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

Definition at line 68 of file STK_Array2DDiagonal.h.

◆ SubRow

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

Definition at line 67 of file STK_Array2DDiagonal.h.

◆ SubVector

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

Definition at line 70 of file STK_Array2DDiagonal.h.

◆ Type

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

Definition at line 72 of file STK_Array2DDiagonal.h.

◆ TypeConst

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

Definition at line 73 of file STK_Array2DDiagonal.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 75 of file STK_Array2DDiagonal.h.


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