Public Member Functions | Private Attributes | List of all members
Eigen::internal::scoped_array< T > Class Template Reference

#include <Memory.h>

Inheritance diagram for Eigen::internal::scoped_array< T >:
Inheritance graph
[legend]

Public Member Functions

 operator const T * () const
 
Toperator[] (std::ptrdiff_t i)
 
const Toperator[] (std::ptrdiff_t i) const
 
T *& ptr ()
 
const Tptr () const
 
 scoped_array (std::ptrdiff_t size)
 
 ~scoped_array ()
 

Private Attributes

Tm_ptr
 

Additional Inherited Members

- Private Member Functions inherited from Eigen::internal::noncopyable
EIGEN_DEVICE_FUNC noncopyable ()
 
EIGEN_DEVICE_FUNC ~noncopyable ()
 

Detailed Description

template<typename T>
class Eigen::internal::scoped_array< T >

Definition at line 690 of file Memory.h.

Constructor & Destructor Documentation

◆ scoped_array()

template<typename T>
Eigen::internal::scoped_array< T >::scoped_array ( std::ptrdiff_t  size)
inlineexplicit

Definition at line 694 of file Memory.h.

◆ ~scoped_array()

template<typename T>
Eigen::internal::scoped_array< T >::~scoped_array ( )
inline

Definition at line 698 of file Memory.h.

Member Function Documentation

◆ operator const T *()

template<typename T>
Eigen::internal::scoped_array< T >::operator const T * ( ) const
inline

Definition at line 706 of file Memory.h.

◆ operator[]() [1/2]

template<typename T>
T& Eigen::internal::scoped_array< T >::operator[] ( std::ptrdiff_t  i)
inline

Definition at line 702 of file Memory.h.

◆ operator[]() [2/2]

template<typename T>
const T& Eigen::internal::scoped_array< T >::operator[] ( std::ptrdiff_t  i) const
inline

Definition at line 703 of file Memory.h.

◆ ptr() [1/2]

template<typename T>
T* & Eigen::internal::scoped_array< T >::ptr ( )
inline

Definition at line 704 of file Memory.h.

◆ ptr() [2/2]

template<typename T>
const T* Eigen::internal::scoped_array< T >::ptr ( ) const
inline

Definition at line 705 of file Memory.h.

Member Data Documentation

◆ m_ptr

template<typename T>
T* Eigen::internal::scoped_array< T >::m_ptr
private

Definition at line 692 of file Memory.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:45:22