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

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

#include <GSL_Helpers.h>

Public Member Functions

void operator() (gsl_interp_accel *acc)
 
void operator() (gsl_spline *spline)
 

Detailed Description

Functor to free a GSL objects in a unique pointer.

Definition at line 44 of file GSL_Helpers.h.

Member Function Documentation

◆ operator()() [1/2]

void Mantid::Kernel::spline::GSLFree::operator() ( gsl_interp_accel *  acc)
inline

Definition at line 46 of file GSL_Helpers.h.

◆ operator()() [2/2]

void Mantid::Kernel::spline::GSLFree::operator() ( gsl_spline *  spline)
inline

Definition at line 45 of file GSL_Helpers.h.


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