Deskflow 1.24.0.365
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
ThreadExitException Class Reference

Thread exception to exit. More...

#include <ThreadException.h>

Inheritance diagram for ThreadExitException:
Collaboration diagram for ThreadExitException:

Public Member Functions

 ThreadExitException (void *result)
 result is the result of the thread
 ~ThreadExitException () 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 ThreadExitException, ThreadException, or ...).

Constructor & Destructor Documentation

◆ ThreadExitException()

ThreadExitException::ThreadExitException ( void * result)
inlineexplicit

result is the result of the thread

◆ ~ThreadExitException()

ThreadExitException::~ThreadExitException ( )
overridedefault

Member Data Documentation

◆ m_result

void* ThreadExitException::m_result

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