Classes | Public Types | Public Member Functions

Eigen::aligned_allocator_indirection< T > Class Template Reference

#include <details.h>

List of all members.

Classes

struct  rebind

Public Types

typedef size_t size_type
typedef 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 ()

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


Member Typedef Documentation

template<class T >
typedef const T* Eigen::aligned_allocator_indirection< T >::const_pointer
template<class T >
typedef const T& Eigen::aligned_allocator_indirection< T >::const_reference
template<class T >
typedef ptrdiff_t Eigen::aligned_allocator_indirection< T >::difference_type
template<class T >
typedef T* Eigen::aligned_allocator_indirection< T >::pointer
template<class T >
typedef T& Eigen::aligned_allocator_indirection< T >::reference
template<class T >
typedef size_t Eigen::aligned_allocator_indirection< T >::size_type
template<class T >
typedef T Eigen::aligned_allocator_indirection< T >::value_type

Constructor & Destructor Documentation

template<class T >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection (  )  [inline]
template<class T >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const EIGEN_ALIGNED_ALLOCATOR< T > &   )  [inline]
template<class T >
template<class U >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const aligned_allocator_indirection< U > &   )  [inline]
template<class T >
template<class U >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const EIGEN_ALIGNED_ALLOCATOR< U > &   )  [inline]
template<class T >
Eigen::aligned_allocator_indirection< T >::~aligned_allocator_indirection (  )  [inline]

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