Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
Eigen::array< T, 0 > Class Template Reference

#include <EmulateArray.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T & back ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T & back () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T & front ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T & front () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T & operator[] (size_t)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T & operator[] (size_t) const
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE std::size_t size ()
 

Private Attributes

dummy
 

Detailed Description

template<typename T>
class Eigen::array< T, 0 >

Definition at line 131 of file EmulateArray.h.

Constructor & Destructor Documentation

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::array< T, 0 >::array ( )
inline

Definition at line 168 of file EmulateArray.h.

Member Function Documentation

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T& Eigen::array< T, 0 >::back ( )
inline

Definition at line 155 of file EmulateArray.h.

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& Eigen::array< T, 0 >::back ( ) const
inline

Definition at line 160 of file EmulateArray.h.

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T& Eigen::array< T, 0 >::front ( )
inline

Definition at line 145 of file EmulateArray.h.

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& Eigen::array< T, 0 >::front ( ) const
inline

Definition at line 150 of file EmulateArray.h.

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T& Eigen::array< T, 0 >::operator[] ( size_t  )
inline

Definition at line 134 of file EmulateArray.h.

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& Eigen::array< T, 0 >::operator[] ( size_t  ) const
inline

Definition at line 139 of file EmulateArray.h.

template<typename T >
static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE std::size_t Eigen::array< T, 0 >::size ( )
inlinestatic

Definition at line 165 of file EmulateArray.h.

Member Data Documentation

template<typename T >
T Eigen::array< T, 0 >::dummy
private

Definition at line 177 of file EmulateArray.h.


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


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