STK++ 0.9.13
STK::hidden::Traits< VisitorByRow< Derived, Visitor > > Struct Template Reference

Traits class for the VisitorByRow class. More...

#include <STK_SlicingVisitors.h>

Public Types

enum  {
  structure_ = Arrays::vector_ , orient_ = Arrays::by_col_ , sizeRows_ = Derived::sizeRows_ , sizeCols_ = 1 ,
  storage_ = Arrays::dense_
}
 
typedef Derived::Type Type_
 
typedef Visitor< Type_VisitorType
 
typedef VisitorType::Type Type
 
typedef VisitorType::TypeConst TypeConst
 
typedef CAllocator< Type, sizeRows_, sizeCols_, orient_Allocator
 

Detailed Description

template<typename Derived, template< class > class Visitor>
struct STK::hidden::Traits< VisitorByRow< Derived, Visitor > >

Traits class for the VisitorByRow class.

Definition at line 177 of file STK_SlicingVisitors.h.

Member Typedef Documentation

◆ Allocator

template<typename Derived , template< class > class Visitor>
typedef CAllocator<Type, sizeRows_, sizeCols_, orient_> STK::hidden::Traits< VisitorByRow< Derived, Visitor > >::Allocator

Definition at line 192 of file STK_SlicingVisitors.h.

◆ Type

template<typename Derived , template< class > class Visitor>
typedef VisitorType::Type STK::hidden::Traits< VisitorByRow< Derived, Visitor > >::Type

Definition at line 189 of file STK_SlicingVisitors.h.

◆ Type_

template<typename Derived , template< class > class Visitor>
typedef Derived::Type STK::hidden::Traits< VisitorByRow< Derived, Visitor > >::Type_

Definition at line 187 of file STK_SlicingVisitors.h.

◆ TypeConst

template<typename Derived , template< class > class Visitor>
typedef VisitorType::TypeConst STK::hidden::Traits< VisitorByRow< Derived, Visitor > >::TypeConst

Definition at line 190 of file STK_SlicingVisitors.h.

◆ VisitorType

template<typename Derived , template< class > class Visitor>
typedef Visitor<Type_> STK::hidden::Traits< VisitorByRow< Derived, Visitor > >::VisitorType

Definition at line 188 of file STK_SlicingVisitors.h.

Member Enumeration Documentation

◆ anonymous enum


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