Public Types
internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > > Struct Template Reference

#include <Block.h>

List of all members.

Public Types

enum  {
  MatrixRows = traits<XprType>::RowsAtCompileTime, MatrixCols = traits<XprType>::ColsAtCompileTime, RowsAtCompileTime = MatrixRows == 0 ? 0 : BlockRows, ColsAtCompileTime = MatrixCols == 0 ? 0 : BlockCols,
  MaxRowsAtCompileTime, MaxColsAtCompileTime, XprTypeIsRowMajor = (int(traits<XprType>::Flags)&RowMajorBit) != 0, IsRowMajor,
  HasSameStorageOrderAsXprType = (IsRowMajor == XprTypeIsRowMajor), InnerSize = IsRowMajor ? int(ColsAtCompileTime) : int(RowsAtCompileTime), InnerStrideAtCompileTime, OuterStrideAtCompileTime,
  MaskPacketAccessBit, MaskAlignedBit = (InnerPanel && (OuterStrideAtCompileTime!=Dynamic) && ((OuterStrideAtCompileTime % packet_traits<Scalar>::size) == 0)) ? AlignedBit : 0, FlagsLinearAccessBit = (RowsAtCompileTime == 1 || ColsAtCompileTime == 1) ? LinearAccessBit : 0, FlagsLvalueBit = is_lvalue<XprType>::value ? LvalueBit : 0,
  FlagsRowMajorBit = IsRowMajor ? RowMajorBit : 0, Flags0, Flags = Flags0 | FlagsLinearAccessBit | FlagsLvalueBit | FlagsRowMajorBit
}
typedef remove_reference
< XprTypeNested >::type 
_XprTypeNested
typedef traits< XprType >::Scalar Scalar
typedef traits< XprType >
::StorageKind 
StorageKind
typedef traits< XprType >::XprKind XprKind
typedef nested< XprType >::type XprTypeNested

Detailed Description

template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
struct internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >

Definition at line 64 of file Core/Block.h.


Member Typedef Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef remove_reference<XprTypeNested>::type internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::_XprTypeNested

Definition at line 70 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef traits<XprType>::Scalar internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::Scalar

Definition at line 66 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef traits<XprType>::StorageKind internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::StorageKind

Definition at line 67 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef traits<XprType>::XprKind internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::XprKind

Definition at line 68 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef nested<XprType>::type internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::XprTypeNested

Definition at line 69 of file Core/Block.h.


Member Enumeration Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
anonymous enum
Enumerator:
MatrixRows 
MatrixCols 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
XprTypeIsRowMajor 
IsRowMajor 
HasSameStorageOrderAsXprType 
InnerSize 
InnerStrideAtCompileTime 
OuterStrideAtCompileTime 
MaskPacketAccessBit 
MaskAlignedBit 
FlagsLinearAccessBit 
FlagsLvalueBit 
FlagsRowMajorBit 
Flags0 
Flags 

Definition at line 71 of file Core/Block.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:35