Thread exception to exit.
More...
#include <XThread.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 XThreadExit, XThread, or ...).
◆ XThreadExit()
XThreadExit::XThreadExit |
( |
void * | result | ) |
|
|
inlineexplicit |
result
is the result of the thread
◆ ~XThreadExit()
XThreadExit::~XThreadExit |
( |
| ) |
|
|
overridedefault |
◆ m_result
void* XThreadExit::m_result |
The documentation for this class was generated from the following file: