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 traits< XprType >::Scalar Scalar
typedef traits< XprType >
::StorageKind 
StorageKind
typedef traits< XprType >::XprKind XprKind
typedef nested< XprType >::type XprTypeNested
typedef remove_reference
< XprTypeNested >::type 
_XprTypeNested

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


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
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef traits<XprType>::Scalar internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::Scalar
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef traits<XprType>::StorageKind internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::StorageKind
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef traits<XprType>::XprKind internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::XprKind
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef nested<XprType>::type internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::XprTypeNested

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 

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