Searched defs:aligned_allocator_indirection (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/StlSupport/
H A Ddetails.h22 class aligned_allocator_indirection : public EIGEN_ALIGNED_ALLOCATOR<T> class in namespace:Eigen
36 typedef aligned_allocator_indirection<U> other;
39 aligned_allocator_indirection() {} function in class:Eigen::aligned_allocator_indirection
40 aligned_allocator_indirection(const aligned_allocator_indirection& ) : EIGEN_ALIGNED_ALLOCATOR<T>() {} function in class:Eigen::aligned_allocator_indirection
41 aligned_allocator_indirection(const EIGEN_ALIGNED_ALLOCATOR<T>& ) {} function in class:Eigen::aligned_allocator_indirection
43 aligned_allocator_indirection(const aligned_allocator_indirection<U>& ) {} function in class:Eigen::aligned_allocator_indirection
45 aligned_allocator_indirection(const EIGEN_ALIGNED_ALLOCATOR<U>& ) {} function in class:Eigen::aligned_allocator_indirection
46 ~aligned_allocator_indirection() {}
[all...]

Completed in 70 milliseconds