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  {
  PlainObjectTypeInnerSize, 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

◆ TraitsBase

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

◆ anonymous enum

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

Definition at line 22 of file Map.h.

◆ anonymous enum

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

Definition at line 40 of file Map.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:13:00