GNU Radio's BLOCKSTREAM Package
mipp::AlignedAllocator< T > Struct Template Reference

#include <mipp.h>

Public Types

typedef T value_type
 

Public Member Functions

 AlignedAllocator ()
 
template<class C >
 AlignedAllocator (const AlignedAllocator< C > &other)
 
T * allocate (std::size_t n)
 
void deallocate (T *p, std::size_t n)
 

Member Typedef Documentation

template<class T>
typedef T mipp::AlignedAllocator< T >::value_type

Constructor & Destructor Documentation

template<class T>
mipp::AlignedAllocator< T >::AlignedAllocator ( )
inline
template<class T>
template<class C >
mipp::AlignedAllocator< T >::AlignedAllocator ( const AlignedAllocator< C > &  other)
inline

Member Function Documentation

template<class T>
T* mipp::AlignedAllocator< T >::allocate ( std::size_t  n)
inline
template<class T>
void mipp::AlignedAllocator< T >::deallocate ( T *  p,
std::size_t  n 
)
inline

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