NDDEM
Public Types | Public Member Functions | Private Member Functions | List of all members
Eigen::internal::evaluator_base< ExpressionType > Struct Template Reference

#include <CoreEvaluators.h>

+ Inheritance diagram for Eigen::internal::evaluator_base< ExpressionType >:

Public Types

enum  { Alignment = 0 }
 
typedef traits< ExpressionType > ExpressionTraits
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Private Member Functions

EIGEN_DEVICE_FUNC evaluator_base (const evaluator_base &)
 
EIGEN_DEVICE_FUNC const evaluator_baseoperator= (const evaluator_base &)
 

Member Typedef Documentation

◆ ExpressionTraits

template<typename ExpressionType >
typedef traits<ExpressionType> Eigen::internal::evaluator_base< ExpressionType >::ExpressionTraits

Member Enumeration Documentation

◆ anonymous enum

template<typename ExpressionType >
anonymous enum
Enumerator
Alignment 

Constructor & Destructor Documentation

◆ evaluator_base() [1/2]

template<typename ExpressionType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::evaluator_base< ExpressionType >::evaluator_base ( )
inline

◆ ~evaluator_base()

template<typename ExpressionType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::evaluator_base< ExpressionType >::~evaluator_base ( )
inline

◆ evaluator_base() [2/2]

template<typename ExpressionType >
EIGEN_DEVICE_FUNC Eigen::internal::evaluator_base< ExpressionType >::evaluator_base ( const evaluator_base< ExpressionType > &  )
private

Member Function Documentation

◆ operator=()

template<typename ExpressionType >
EIGEN_DEVICE_FUNC const evaluator_base& Eigen::internal::evaluator_base< ExpressionType >::operator= ( const evaluator_base< ExpressionType > &  )
private

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