Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::aligned_allocator_indirection< T > Class Template Reference

#include <src/eigen/Eigen/src/StlSupport/details.h>

+ Inheritance diagram for Eigen::aligned_allocator_indirection< T >:
+ Collaboration diagram for Eigen::aligned_allocator_indirection< T >:

Classes

struct  rebind
 

Public Types

typedef std::size_t size_type
 
typedef std::ptrdiff_t difference_type
 
typedef T * pointer
 
typedef const T * const_pointer
 
typedef T & reference
 
typedef const T & const_reference
 
typedef T value_type
 

Public Member Functions

 aligned_allocator_indirection ()
 
 aligned_allocator_indirection (const aligned_allocator_indirection &)
 
 aligned_allocator_indirection (const EIGEN_ALIGNED_ALLOCATOR< T > &)
 
template<class U >
 aligned_allocator_indirection (const aligned_allocator_indirection< U > &)
 
template<class U >
 aligned_allocator_indirection (const EIGEN_ALIGNED_ALLOCATOR< U > &)
 
 ~aligned_allocator_indirection ()
 

Detailed Description

template<class T>
class Eigen::aligned_allocator_indirection< T >

Class Documentation

◆ Eigen::aligned_allocator_indirection::rebind

struct Eigen::aligned_allocator_indirection::rebind
template<class T>
template<class U>
struct Eigen::aligned_allocator_indirection< T >::rebind< U >
Class Members
typedef aligned_allocator_indirection< U > other

Member Typedef Documentation

◆ const_pointer

template<class T >
typedef const T* Eigen::aligned_allocator_indirection< T >::const_pointer

◆ const_reference

template<class T >
typedef const T& Eigen::aligned_allocator_indirection< T >::const_reference

◆ difference_type

template<class T >
typedef std::ptrdiff_t Eigen::aligned_allocator_indirection< T >::difference_type

◆ pointer

template<class T >
typedef T* Eigen::aligned_allocator_indirection< T >::pointer

◆ reference

template<class T >
typedef T& Eigen::aligned_allocator_indirection< T >::reference

◆ size_type

template<class T >
typedef std::size_t Eigen::aligned_allocator_indirection< T >::size_type

◆ value_type

template<class T >
typedef T Eigen::aligned_allocator_indirection< T >::value_type

Constructor & Destructor Documentation

◆ aligned_allocator_indirection() [1/5]

template<class T >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( )
inline
39{}

◆ aligned_allocator_indirection() [2/5]

template<class T >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const aligned_allocator_indirection< T > &  )
inline
40: EIGEN_ALIGNED_ALLOCATOR<T>() {}

◆ aligned_allocator_indirection() [3/5]

template<class T >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const EIGEN_ALIGNED_ALLOCATOR< T > &  )
inline
41{}

◆ aligned_allocator_indirection() [4/5]

template<class T >
template<class U >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const aligned_allocator_indirection< U > &  )
inline
43{}

◆ aligned_allocator_indirection() [5/5]

template<class T >
template<class U >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const EIGEN_ALIGNED_ALLOCATOR< U > &  )
inline
45{}

◆ ~aligned_allocator_indirection()

46{}

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