38class VariableComputeFunction
43 template<
typename ClassType>
44 VariableComputeFunction(ClassType* instance,
void (ClassType::*func)())
48 template<
typename ClassType>
49 VariableComputeFunction(ClassType* instance,
void (ClassType::*func)(),
const TraceInfo& tinfo)
65 m_functor->executeFunctor();