STK++ 0.9.13
|
Traits class for the unary operators. More...
#include <STK_SlicingVisitors.h>
Public Types | |
enum | { structure_ = Arrays::point_ , orient_ = Arrays::by_row_ , sizeRows_ = 1 , sizeCols_ = Derived::sizeCols_ , 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 unary operators.
Definition at line 82 of file STK_SlicingVisitors.h.
typedef CAllocator<Type, sizeRows_, sizeCols_, orient_> STK::hidden::Traits< VisitorByCol< Derived, Visitor > >::Allocator |
Definition at line 97 of file STK_SlicingVisitors.h.
typedef VisitorType::Type STK::hidden::Traits< VisitorByCol< Derived, Visitor > >::Type |
Definition at line 94 of file STK_SlicingVisitors.h.
typedef Derived::Type STK::hidden::Traits< VisitorByCol< Derived, Visitor > >::Type_ |
Definition at line 92 of file STK_SlicingVisitors.h.
typedef VisitorType::TypeConst STK::hidden::Traits< VisitorByCol< Derived, Visitor > >::TypeConst |
Definition at line 95 of file STK_SlicingVisitors.h.
typedef Visitor<Type_> STK::hidden::Traits< VisitorByCol< Derived, Visitor > >::VisitorType |
Definition at line 93 of file STK_SlicingVisitors.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeRows_ | |
sizeCols_ | |
storage_ |
Definition at line 84 of file STK_SlicingVisitors.h.