Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Mantid::Kernel::fft::GSLFree Struct Reference

Functor to free GSL objects in a unique pointer. More...

#include <GSL_Helpers.h>

Public Member Functions

void operator() (gsl_fft_halfcomplex_wavetable *p)
 
void operator() (gsl_fft_real_wavetable *p)
 
void operator() (gsl_fft_real_workspace *p)
 

Detailed Description

Functor to free GSL objects in a unique pointer.

Definition at line 23 of file GSL_Helpers.h.

Member Function Documentation

◆ operator()() [1/3]

void Mantid::Kernel::fft::GSLFree::operator() ( gsl_fft_halfcomplex_wavetable *  p)
inline

Definition at line 26 of file GSL_Helpers.h.

◆ operator()() [2/3]

void Mantid::Kernel::fft::GSLFree::operator() ( gsl_fft_real_wavetable *  p)
inline

Definition at line 24 of file GSL_Helpers.h.

◆ operator()() [3/3]

void Mantid::Kernel::fft::GSLFree::operator() ( gsl_fft_real_workspace *  p)
inline

Definition at line 25 of file GSL_Helpers.h.


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