Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
XThreadExit Class Reference

Thread exception to exit. More...

#include <XThread.h>

Inheritance diagram for XThreadExit:
Collaboration diagram for XThreadExit:

Public Member Functions

 XThreadExit (void *result)
 result is the result of the thread
 ~XThreadExit () override=default

Public Attributes

void * m_result

Detailed Description

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 ...).

Constructor & Destructor Documentation

◆ XThreadExit()

XThreadExit::XThreadExit ( void * result)
inlineexplicit

result is the result of the thread

◆ ~XThreadExit()

XThreadExit::~XThreadExit ( )
overridedefault

Member Data Documentation

◆ m_result

void* XThreadExit::m_result

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