STK++ 0.9.13
STK::hidden::Traits< Array1D< Type_, Size_ > > Struct Template Reference

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

#include <STK_Array1D.h>

Public Types

enum  {
  structure_ = Arrays::vector_ , orient_ = Arrays::by_col_ , sizeCols_ = 1 , sizeRows_ = Size_ ,
  size_ = Size_ , storage_ = Arrays::dense_
}
 
typedef Array1D< Type_, 1 > Row
 
typedef Array1D< Type_, Size_Col
 
typedef Array1D< Type_, UnknownSizeSubVector
 
typedef Type_ Type
 
typedef RemoveConst< Type >::Type constTypeConst
 
typedef MemAllocator< Type, size_Allocator
 
typedef TRange< size_RowRange
 
typedef TRange< 1 > ColRange
 
typedef int Index
 
typedef DenseRandomIterator< Array1D< Type_, Size_ > > Iterator
 
typedef ConstDenseRandomIterator< Array1D< Type_, Size_ > > ConstIterator
 
typedef std::reverse_iterator< IteratorReverseIterator
 
typedef std::reverse_iterator< ConstIteratorConstReverseIterator
 

Detailed Description

template<class Type_, int Size_>
struct STK::hidden::Traits< Array1D< Type_, Size_ > >

Specialization of the Traits class for Array1D class.

Definition at line 50 of file STK_Array1D.h.

Member Typedef Documentation

◆ Allocator

template<class Type_ , int Size_>
typedef MemAllocator<Type, size_> STK::hidden::Traits< Array1D< Type_, Size_ > >::Allocator

Definition at line 69 of file STK_Array1D.h.

◆ Col

template<class Type_ , int Size_>
typedef Array1D<Type_, Size_> STK::hidden::Traits< Array1D< Type_, Size_ > >::Col

Definition at line 53 of file STK_Array1D.h.

◆ ColRange

template<class Type_ , int Size_>
typedef TRange<1> STK::hidden::Traits< Array1D< Type_, Size_ > >::ColRange

Definition at line 72 of file STK_Array1D.h.

◆ ConstIterator

template<class Type_ , int Size_>
typedef ConstDenseRandomIterator< Array1D<Type_, Size_> > STK::hidden::Traits< Array1D< Type_, Size_ > >::ConstIterator

Definition at line 77 of file STK_Array1D.h.

◆ ConstReverseIterator

template<class Type_ , int Size_>
typedef std::reverse_iterator<ConstIterator> STK::hidden::Traits< Array1D< Type_, Size_ > >::ConstReverseIterator

Definition at line 80 of file STK_Array1D.h.

◆ Index

template<class Type_ , int Size_>
typedef int STK::hidden::Traits< Array1D< Type_, Size_ > >::Index

Definition at line 74 of file STK_Array1D.h.

◆ Iterator

template<class Type_ , int Size_>
typedef DenseRandomIterator< Array1D<Type_, Size_> > STK::hidden::Traits< Array1D< Type_, Size_ > >::Iterator

Definition at line 76 of file STK_Array1D.h.

◆ ReverseIterator

template<class Type_ , int Size_>
typedef std::reverse_iterator<Iterator> STK::hidden::Traits< Array1D< Type_, Size_ > >::ReverseIterator

Definition at line 79 of file STK_Array1D.h.

◆ Row

template<class Type_ , int Size_>
typedef Array1D<Type_, 1> STK::hidden::Traits< Array1D< Type_, Size_ > >::Row

Definition at line 52 of file STK_Array1D.h.

◆ RowRange

template<class Type_ , int Size_>
typedef TRange<size_> STK::hidden::Traits< Array1D< Type_, Size_ > >::RowRange

Definition at line 71 of file STK_Array1D.h.

◆ SubVector

template<class Type_ , int Size_>
typedef Array1D<Type_, UnknownSize> STK::hidden::Traits< Array1D< Type_, Size_ > >::SubVector

Definition at line 54 of file STK_Array1D.h.

◆ Type

template<class Type_ , int Size_>
typedef Type_ STK::hidden::Traits< Array1D< Type_, Size_ > >::Type

Definition at line 56 of file STK_Array1D.h.

◆ TypeConst

template<class Type_ , int Size_>
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< Array1D< Type_, Size_ > >::TypeConst

Definition at line 57 of file STK_Array1D.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 59 of file STK_Array1D.h.


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