QtCore/qtconcurrentexception.h Source File
Go to the documentation of this file.
42 #ifndef QTCONCURRENT_EXCEPTION_H
43 #define QTCONCURRENT_EXCEPTION_H
51 #ifndef QT_NO_EXCEPTIONS
63 #ifndef QT_NO_EXCEPTIONS
65 class Q_CORE_EXPORT
Exception :
public std::exception
68 virtual void raise()
const;
97 bool hasException()
const;
99 void throwPossibleException();
100 bool hasThrown()
const;
106 #else // QT_NO_EXCEPTIONS
110 class Q_CORE_EXPORT ExceptionStore
114 inline void throwPossibleException()
const {}
126 #endif // QT_NO_CONCURRENT
ExceptionHolder exceptionHolder
virtual Exception * clone() const
#define QT_BEGIN_NAMESPACE