STK++ 0.9.13
|
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 |
Traits class for the VisitorByRow class.
Definition at line 177 of file STK_SlicingVisitors.h.
typedef CAllocator<Type, sizeRows_, sizeCols_, orient_> STK::hidden::Traits< VisitorByRow< Derived, Visitor > >::Allocator |
Definition at line 192 of file STK_SlicingVisitors.h.
typedef VisitorType::Type STK::hidden::Traits< VisitorByRow< Derived, Visitor > >::Type |
Definition at line 189 of file STK_SlicingVisitors.h.
typedef Derived::Type STK::hidden::Traits< VisitorByRow< Derived, Visitor > >::Type_ |
Definition at line 187 of file STK_SlicingVisitors.h.
typedef VisitorType::TypeConst STK::hidden::Traits< VisitorByRow< Derived, Visitor > >::TypeConst |
Definition at line 190 of file STK_SlicingVisitors.h.
typedef Visitor<Type_> STK::hidden::Traits< VisitorByRow< Derived, Visitor > >::VisitorType |
Definition at line 188 of file STK_SlicingVisitors.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeRows_ | |
sizeCols_ | |
storage_ |
Definition at line 179 of file STK_SlicingVisitors.h.