|
MythTV master
|
#include <libmythbase/mconcurrent.h>
Public Member Functions | |
| VoidStoredMemberFunctionPointerCall2 (void(Class::*fn)(Param1, Param2), Class *object, const Arg1 &arg1, const Arg2 &arg2) | |
| void | runFunctor () override |
Public Member Functions inherited from MConcurrent::RunFunctionTask | |
| void | start (const QString &name) |
| virtual void | runFunctor ()=0 |
| void | run () override |
Private Attributes | |
| void(Class::* | m_fn )(Param1, Param2) |
| Class * | m_object |
| Arg1 | m_arg1 |
| Arg2 | m_arg2 |
Definition at line 81 of file mconcurrent.h.
|
inline |
Definition at line 84 of file mconcurrent.h.
|
inlineoverridevirtual |
Implements MConcurrent::RunFunctionTask.
Definition at line 87 of file mconcurrent.h.
|
private |
Definition at line 91 of file mconcurrent.h.
Referenced by MConcurrent::VoidStoredMemberFunctionPointerCall2< Class, Param1, Arg1, Param2, Arg2 >::runFunctor().
|
private |
Definition at line 91 of file mconcurrent.h.
Referenced by MConcurrent::VoidStoredMemberFunctionPointerCall2< Class, Param1, Arg1, Param2, Arg2 >::runFunctor().
|
private |
Definition at line 89 of file mconcurrent.h.
Referenced by MConcurrent::VoidStoredMemberFunctionPointerCall2< Class, Param1, Arg1, Param2, Arg2 >::runFunctor().
|
private |
Definition at line 90 of file mconcurrent.h.
Referenced by MConcurrent::VoidStoredMemberFunctionPointerCall2< Class, Param1, Arg1, Param2, Arg2 >::runFunctor().