|
foobar2000 SDK
2015-01-14
|
#include <ThreadUtils.h>
Public Member Functions | |
| void | execute (TBase &obj) |
| void | rethrow () const |
Data Fields | |
| abort_callback * | m_abort |
| HANDLE | m_completionEvent |
| status | m_status |
| pfc::string8 | m_statusMsg |
Protected Member Functions | |
| command () | |
| virtual | ~command () |
| virtual void | executeImpl (TBase &) |
Definition at line 178 of file ThreadUtils.h.
|
inlineprotected |
Definition at line 180 of file ThreadUtils.h.
|
inlineprotectedvirtual |
Definition at line 182 of file ThreadUtils.h.
|
inline |
Definition at line 184 of file ThreadUtils.h.
|
inlineprotectedvirtual |
Definition at line 181 of file ThreadUtils.h.
|
inline |
Definition at line 199 of file ThreadUtils.h.
| abort_callback* ThreadUtils::CSingleThreadWrapper< TBase, processMsgs >::command::m_abort |
Definition at line 218 of file ThreadUtils.h.
| HANDLE ThreadUtils::CSingleThreadWrapper< TBase, processMsgs >::command::m_completionEvent |
Definition at line 217 of file ThreadUtils.h.
| status ThreadUtils::CSingleThreadWrapper< TBase, processMsgs >::command::m_status |
Definition at line 215 of file ThreadUtils.h.
| pfc::string8 ThreadUtils::CSingleThreadWrapper< TBase, processMsgs >::command::m_statusMsg |
Definition at line 216 of file ThreadUtils.h.
1.8.9.1