STK++ 0.9.13
STK::hidden::Traits< ColAccessor< Lhs > > Struct Template Reference

Traits class for the column accessor operator. More...

#include <STK_SlicingAccessors.h>

Public Types

enum  {
  structure_ , orient_ = Lhs::orient_ , sizeRows_ = Lhs::sizeRows_ , sizeCols_ = 1 ,
  storage_ = Lhs::storage_
}
 
typedef Lhs::Type Type
 
typedef Lhs::TypeConst TypeConst
 

Detailed Description

template<typename Lhs>
struct STK::hidden::Traits< ColAccessor< Lhs > >

Traits class for the column accessor operator.

Definition at line 166 of file STK_SlicingAccessors.h.

Member Typedef Documentation

◆ Type

template<typename Lhs >
typedef Lhs::Type STK::hidden::Traits< ColAccessor< Lhs > >::Type

Definition at line 177 of file STK_SlicingAccessors.h.

◆ TypeConst

template<typename Lhs >
typedef Lhs::TypeConst STK::hidden::Traits< ColAccessor< Lhs > >::TypeConst

Definition at line 178 of file STK_SlicingAccessors.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Lhs >
anonymous enum
Enumerator
structure_ 
orient_ 
sizeRows_ 
sizeCols_ 
storage_ 

Definition at line 168 of file STK_SlicingAccessors.h.

169 {
170 structure_ = ( Lhs::structure_ != int(Arrays::point_) && Lhs::structure_ != int(Arrays::number_) )
171 ? Arrays::vector_ : Arrays::number_,
172 orient_ = Lhs::orient_,
173 sizeRows_ = Lhs::sizeRows_,
174 sizeCols_ = 1,
175 storage_ = Lhs::storage_
176 };
@ number_
(1,1) matrix/vector/array/expression (like a number)
@ point_
row oriented vector/array/expression
@ vector_
column oriented vector/array/expression

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