Template Class FFTWAllocator¶
Defined in File memory.h
Nested Relationships¶
Nested Types¶
Class Documentation¶
-
template<class T>
class FFTWAllocator¶ FFTWAllocator a class to handle aligned allocation of memory using the FFTW libraries. Code is adapted from http://www.josuttis.com/cppcode/myalloc.hpp.html.
Public Functions
-
inline const_pointer address(const_reference value) const¶
-
inline FFTWAllocator()¶
-
inline FFTWAllocator(const FFTWAllocator&)¶
-
template<class U>
inline FFTWAllocator(const FFTWAllocator<U>&)¶
-
inline ~FFTWAllocator()¶
-
inline FFTWAllocator &operator=(FFTWAllocator other)¶
-
template<class U>
inline FFTWAllocator &operator=(FFTWAllocator<U> other)¶
-
template<class U>
struct rebind¶ Public Types
-
typedef FFTWAllocator<U> other¶
-
typedef FFTWAllocator<U> other¶
-
inline const_pointer address(const_reference value) const¶