STK++ 0.9.13
|
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_, UnknownSize > | SubVector |
typedef Type_ | Type |
typedef RemoveConst< Type >::Type const & | TypeConst |
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< Iterator > | ReverseIterator |
typedef std::reverse_iterator< ConstIterator > | ConstReverseIterator |
Specialization of the Traits class for Array1D class.
Definition at line 50 of file STK_Array1D.h.
typedef MemAllocator<Type, size_> STK::hidden::Traits< Array1D< Type_, Size_ > >::Allocator |
Definition at line 69 of file STK_Array1D.h.
Definition at line 53 of file STK_Array1D.h.
typedef TRange<1> STK::hidden::Traits< Array1D< Type_, Size_ > >::ColRange |
Definition at line 72 of file STK_Array1D.h.
typedef ConstDenseRandomIterator< Array1D<Type_, Size_> > STK::hidden::Traits< Array1D< Type_, Size_ > >::ConstIterator |
Definition at line 77 of file STK_Array1D.h.
typedef std::reverse_iterator<ConstIterator> STK::hidden::Traits< Array1D< Type_, Size_ > >::ConstReverseIterator |
Definition at line 80 of file STK_Array1D.h.
Definition at line 74 of file STK_Array1D.h.
typedef DenseRandomIterator< Array1D<Type_, Size_> > STK::hidden::Traits< Array1D< Type_, Size_ > >::Iterator |
Definition at line 76 of file STK_Array1D.h.
typedef std::reverse_iterator<Iterator> STK::hidden::Traits< Array1D< Type_, Size_ > >::ReverseIterator |
Definition at line 79 of file STK_Array1D.h.
typedef Array1D<Type_, 1> STK::hidden::Traits< Array1D< Type_, Size_ > >::Row |
Definition at line 52 of file STK_Array1D.h.
Definition at line 71 of file STK_Array1D.h.
typedef Array1D<Type_, UnknownSize> STK::hidden::Traits< Array1D< Type_, Size_ > >::SubVector |
Definition at line 54 of file STK_Array1D.h.
typedef Type_ STK::hidden::Traits< Array1D< Type_, Size_ > >::Type |
Definition at line 56 of file STK_Array1D.h.
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< Array1D< Type_, Size_ > >::TypeConst |
Definition at line 57 of file STK_Array1D.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeCols_ | |
sizeRows_ | |
size_ | |
storage_ |
Definition at line 59 of file STK_Array1D.h.