Public Member Functions | |
VThreadFunctionData (const VThreadFaultIdentifier *faultID, VThreadState(*func)(const TData &data)) | |
VThreadFunctionData (const VThreadFunctionData &other) | |
VThreadFunctionData (VThreadFunctionData &&other) | |
VThreadState | execute (VThread *thread) override |
TData & | getData () |
Public Member Functions inherited from MTropolis::Debuggable | |
Debuggable (const Debuggable &other) | |
Debuggable (Debuggable &&other) | |
Public Member Functions inherited from MTropolis::IDebuggable | |
virtual SupportStatus | debugGetSupportStatus () const =0 |
virtual const char * | debugGetTypeName () const =0 |
virtual const Common::String & | debugGetName () const =0 |
virtual void | debugInspect (IDebugInspectionReport *report) const =0 |