Thread exception to exit.
More...
#include <ThreadException.h>
Thread exception to exit.
Thrown by Thread::exit() to exit a thread. Clients of Thread must not throw this type but must rethrow it if caught (by ThreadExitException, ThreadException, or ...).
◆ ThreadExitException()
| ThreadExitException::ThreadExitException |
( |
void * | result | ) |
|
|
inlineexplicit |
result is the result of the thread
◆ ~ThreadExitException()
| ThreadExitException::~ThreadExitException |
( |
| ) |
|
|
overridedefault |
◆ m_result
| void* ThreadExitException::m_result |
The documentation for this class was generated from the following file: