JayBeams  0.1
Another project to have fun coding.
Public Member Functions | List of all members
jb::clfft::init Class Reference

Wrap clfftPlanHandle objects in a class that can automatically destroy them. More...

#include <init.hpp>

Public Member Functions

 init ()
 
 ~init () noexcept(false)
 
Deleted functions
 init (init &&)=delete
 
 init (init const &)=delete
 
initoperator= (init const &)=delete
 

Detailed Description

Wrap clfftPlanHandle objects in a class that can automatically destroy them.

Definition at line 13 of file init.hpp.

Constructor & Destructor Documentation

◆ init() [1/3]

jb::clfft::init::init ( )

Definition at line 4 of file init.cpp.

References jb::clfft::check_error_code().

◆ ~init()

jb::clfft::init::~init ( )
noexcept

Definition at line 10 of file init.cpp.

References jb::clfft::check_error_code().

◆ init() [2/3]

jb::clfft::init::init ( init &&  )
delete

◆ init() [3/3]

jb::clfft::init::init ( init const &  )
delete

Member Function Documentation

◆ operator=()

init& jb::clfft::init::operator= ( init const &  )
delete

The documentation for this class was generated from the following files: