STK++ 0.9.13
|
Traits class for the sub vector accessor. More...
#include <STK_SlicingAccessors.h>
Public Types | |
enum | { structure_ = Lhs::structure_ , orient_ = Lhs::orient_ , sizeRows_ = (structure_ == int(Arrays::point_)) ? 1 : Size_ , sizeCols_ = (structure_ == int(Arrays::vector_)) ? 1 : Size_ , storage_ = Lhs::storage_ } |
typedef RowOperator< SubVectorOperator< Lhs, Size_ > > | Row |
typedef ColOperator< SubVectorOperator< Lhs, Size_ > > | Col |
typedef Lhs::Type | Type |
typedef Lhs::TypeConst | TypeConst |
Traits class for the sub vector accessor.
Definition at line 279 of file STK_SlicingAccessors.h.
typedef ColOperator<SubVectorOperator <Lhs, Size_> > STK::hidden::Traits< SubVectorAccessor< Lhs, Size_ > >::Col |
Definition at line 290 of file STK_SlicingAccessors.h.
typedef RowOperator<SubVectorOperator <Lhs, Size_> > STK::hidden::Traits< SubVectorAccessor< Lhs, Size_ > >::Row |
Definition at line 289 of file STK_SlicingAccessors.h.
typedef Lhs::Type STK::hidden::Traits< SubVectorAccessor< Lhs, Size_ > >::Type |
Definition at line 291 of file STK_SlicingAccessors.h.
typedef Lhs::TypeConst STK::hidden::Traits< SubVectorAccessor< Lhs, Size_ > >::TypeConst |
Definition at line 292 of file STK_SlicingAccessors.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeRows_ | |
sizeCols_ | |
storage_ |
Definition at line 281 of file STK_SlicingAccessors.h.