43 #ifndef BLITZFFTWERROR_HH 44 #define BLITZFFTWERROR_HH 56 #if defined(BlitzFFTW_EXPORTS) 57 #define BLITZFFTWDLL_API __declspec(dllexport) 58 #elif defined(BlitzFFTW_USE_DLL) 59 #define BLITZFFTWDLL_API __declspec(dllimport) 61 #define BLITZFFTWDLL_API 64 #define BLITZFFTWDLL_API 80 template<
class DataType>
83 std::ostringstream os;
89 std::string
str()
const throw()
94 const char*
what()
const throw()
96 return _message.c_str();
101 std::string _message;
virtual ~BlitzFFTWError()
BlitzFFTWError & operator<<(const DataType &data)
BlitzFFTWError(const std::string &message)
const char * what() const