![]() |
Prusa Slicer 2.6.0
|
#include <src/eigen/Eigen/src/Core/util/Memory.h>
Inheritance diagram for Eigen::internal::scoped_array< T >:
Collaboration diagram for Eigen::internal::scoped_array< T >:Public Member Functions | |
| scoped_array (std::ptrdiff_t size) | |
| ~scoped_array () | |
| T & | operator[] (std::ptrdiff_t i) |
| const T & | operator[] (std::ptrdiff_t i) const |
| T *& | ptr () |
| const T * | ptr () const |
| operator const T * () const | |
Private Attributes | |
| T * | m_ptr |
|
inlineexplicit |
References Eigen::internal::scoped_array< T >::m_ptr.
|
inline |
References Eigen::internal::scoped_array< T >::m_ptr.
|
inline |
References Eigen::internal::scoped_array< T >::m_ptr.
|
inline |
References Eigen::internal::scoped_array< T >::m_ptr.
|
inline |
References Eigen::internal::scoped_array< T >::m_ptr.
|
inline |
References Eigen::internal::scoped_array< T >::m_ptr.
Referenced by Eigen::internal::CompressedStorage< _Scalar, _StorageIndex >::atWithInsertion(), and Eigen::internal::CompressedStorage< _Scalar, _StorageIndex >::reallocate().
Here is the caller graph for this function:
|
inline |
References Eigen::internal::scoped_array< T >::m_ptr.
|
private |
Referenced by Eigen::internal::scoped_array< T >::scoped_array(), Eigen::internal::scoped_array< T >::~scoped_array(), Eigen::internal::scoped_array< T >::operator const T *(), Eigen::internal::scoped_array< T >::operator[](), Eigen::internal::scoped_array< T >::operator[](), Eigen::internal::scoped_array< T >::ptr(), and Eigen::internal::scoped_array< T >::ptr().