Audio Processing Framework (APF) version 0.5.0
|
#include <apf/fftwtools.h>
Public Types | |
using | size_type = size_t |
using | difference_type = ptrdiff_t |
using | pointer = T * |
using | const_pointer = const T * |
using | reference = T & |
using | const_reference = const T & |
using | value_type = T |
Public Member Functions | |
pointer | allocate (size_type n, const void *hint=nullptr) |
void | deallocate (pointer p, size_type n) |
void | construct (pointer p, const T &t) |
void | destroy (pointer p) |
size_type | max_size () const |
fftw_allocator (const fftw_allocator &) | |
template<typename U > | |
fftw_allocator (const fftw_allocator< U > &) | |
pointer | address (reference value) |
const_pointer | address (const_reference value) |
template<typename U > | |
bool | operator== (const fftw_allocator< U > &) |
template<typename U > | |
bool | operator!= (const fftw_allocator< U > &) |
Definition at line 85 of file fftwtools.h.
using apf::fftw_allocator< T >::size_type = size_t |
Definition at line 87 of file fftwtools.h.
using apf::fftw_allocator< T >::difference_type = ptrdiff_t |
Definition at line 88 of file fftwtools.h.
using apf::fftw_allocator< T >::pointer = T* |
Definition at line 89 of file fftwtools.h.
using apf::fftw_allocator< T >::const_pointer = const T* |
Definition at line 90 of file fftwtools.h.
using apf::fftw_allocator< T >::reference = T& |
Definition at line 91 of file fftwtools.h.
using apf::fftw_allocator< T >::const_reference = const T& |
Definition at line 92 of file fftwtools.h.
using apf::fftw_allocator< T >::value_type = T |
Definition at line 93 of file fftwtools.h.
|
inline |
Definition at line 120 of file fftwtools.h.
|
inline |
Definition at line 121 of file fftwtools.h.
|
inline |
Definition at line 122 of file fftwtools.h.
|
inline |
Definition at line 95 of file fftwtools.h.
|
inline |
Definition at line 101 of file fftwtools.h.
|
inline |
Definition at line 107 of file fftwtools.h.
|
inline |
Definition at line 108 of file fftwtools.h.
|
inline |
Definition at line 110 of file fftwtools.h.
|
inline |
Definition at line 124 of file fftwtools.h.
|
inline |
Definition at line 125 of file fftwtools.h.
|
inline |
Definition at line 128 of file fftwtools.h.
|
inline |
Definition at line 131 of file fftwtools.h.