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 Tback ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Tback () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tfront ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Tfront () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Toperator[] (size_t)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Toperator[] (size_t) const
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE std::size_t size ()
 

Private Attributes

T dummy
 

Detailed Description

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

Definition at line 136 of file EmulateArray.h.

Constructor & Destructor Documentation

◆ array()

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

Definition at line 173 of file EmulateArray.h.

Member Function Documentation

◆ back() [1/2]

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

Definition at line 160 of file EmulateArray.h.

◆ back() [2/2]

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

Definition at line 165 of file EmulateArray.h.

◆ front() [1/2]

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

Definition at line 150 of file EmulateArray.h.

◆ front() [2/2]

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

Definition at line 155 of file EmulateArray.h.

◆ operator[]() [1/2]

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

Definition at line 139 of file EmulateArray.h.

◆ operator[]() [2/2]

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

Definition at line 144 of file EmulateArray.h.

◆ size()

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

Definition at line 170 of file EmulateArray.h.

Member Data Documentation

◆ dummy

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

Definition at line 183 of file EmulateArray.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:27:46