WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::AllRange< XprSize > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/util/IndexedViewHelper.h>

Public Types

enum  { SizeAtCompileTime = XprSize }
 

Public Member Functions

 AllRange (Index size=XprSize)
 
EIGEN_CONSTEXPR Index operator[] (Index i) const EIGEN_NOEXCEPT
 
EIGEN_CONSTEXPR Index size () const EIGEN_NOEXCEPT
 
EIGEN_CONSTEXPR Index first () const EIGEN_NOEXCEPT
 

Public Attributes

variable_if_dynamic< Index, XprSize > m_size
 

Member Enumeration Documentation

◆ anonymous enum

template<int XprSize>
anonymous enum
Enumerator
SizeAtCompileTime 

Constructor & Destructor Documentation

◆ AllRange()

template<int XprSize>
Eigen::internal::AllRange< XprSize >::AllRange ( Index  size = XprSize)
inline

Member Function Documentation

◆ first()

template<int XprSize>
EIGEN_CONSTEXPR Index Eigen::internal::AllRange< XprSize >::first ( ) const
inline

◆ operator[]()

template<int XprSize>
EIGEN_CONSTEXPR Index Eigen::internal::AllRange< XprSize >::operator[] ( Index  i) const
inline

◆ size()

template<int XprSize>
EIGEN_CONSTEXPR Index Eigen::internal::AllRange< XprSize >::size ( ) const
inline

Member Data Documentation

◆ m_size

template<int XprSize>
variable_if_dynamic<Index,XprSize> Eigen::internal::AllRange< XprSize >::m_size

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