Public Types | Private Types | List of all members
Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > > Struct Template Reference

#include <Map.h>

Inheritance diagram for Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > >:
Inheritance graph
[legend]

Public Types

enum  {
  InnerStrideAtCompileTime, OuterStrideAtCompileTime, Alignment = int(MapOptions)&int(AlignedMask), Flags0 = TraitsBase::Flags & (~NestByRefBit),
  Flags = is_lvalue<PlainObjectType>::value ? int(Flags0) : (int(Flags0) & ~LvalueBit)
}
 
typedef traits< PlainObjectType > TraitsBase
 

Private Types

enum  { Options }
 

Detailed Description

template<typename PlainObjectType, int MapOptions, typename StrideType>
struct Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > >

Definition at line 18 of file Map.h.

Member Typedef Documentation

template<typename PlainObjectType , int MapOptions, typename StrideType >
typedef traits<PlainObjectType> Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > >::TraitsBase

Definition at line 21 of file Map.h.

Member Enumeration Documentation

template<typename PlainObjectType , int MapOptions, typename StrideType >
anonymous enum
Enumerator
InnerStrideAtCompileTime 
OuterStrideAtCompileTime 
Alignment 
Flags0 
Flags 

Definition at line 22 of file Map.h.

template<typename PlainObjectType , int MapOptions, typename StrideType >
anonymous enum
private
Enumerator
Options 

Definition at line 34 of file Map.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:50