Sirius  0.0.0
Public Member Functions | List of all members
sirius::fftw::Exception Class Reference

Exception wrapper for FFTW error. More...

#include <sirius/fftw/exception.h>

Inheritance diagram for sirius::fftw::Exception:
sirius::Exception

Public Member Functions

 Exception (ErrorCode code)
 
 Exception (const Exception &)=default
 
Exceptionoperator= (const Exception &)=default
 
 Exception (Exception &&)=default
 
Exceptionoperator= (Exception &&)=default
 
const char * what () const noexcept override
 

Detailed Description

Exception wrapper for FFTW error.

Constructor & Destructor Documentation

◆ Exception() [1/3]

sirius::fftw::Exception::Exception ( ErrorCode  code)

◆ Exception() [2/3]

sirius::fftw::Exception::Exception ( const Exception )
default

◆ Exception() [3/3]

sirius::fftw::Exception::Exception ( Exception &&  )
default

Member Function Documentation

◆ operator=() [1/2]

Exception& sirius::fftw::Exception::operator= ( const Exception )
default

◆ operator=() [2/2]

Exception& sirius::fftw::Exception::operator= ( Exception &&  )
default

◆ what()

const char* sirius::fftw::Exception::what ( ) const
overridenoexcept

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