Public Member Functions | Public Attributes

XThreadExit Class Reference

Thread exception to exit. More...

#include <XThread.h>

Inherits XThread.

List of all members.

Public Member Functions

 XThreadExit (void *result)
 result is the result of the thread

Public Attributes

void * m_result

Detailed Description

Thread exception to exit.

Thrown by CThread::exit() to exit a thread. Clients of CThread must not throw this type but must rethrow it if caught (by XThreadExit, XThread, or ...).

Definition at line 30 of file XThread.h.


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