Public Member Functions | |
| VThreadMethodData (const VThreadFaultIdentifier *faultID, TClass *target, VThreadState(TClass::*method)(const TData &data)) | |
| VThreadMethodData (const VThreadMethodData &other) | |
| VThreadMethodData (VThreadMethodData &&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 |