MCPcopy Create free account
hub / github.com/MITK/MITK / Execute

Method Execute

Modules/Core/include/mitkMessage.h:180–183  ·  view source on GitHub ↗

override function "Call"

Source from the content-addressed store, hash-verified

178 ~MessageDelegate() override {}
179 // override function "Call"
180 A Execute() const override
181 {
182 return (m_Object->*m_MemberFunctionPointer)(); // execute member function
183 }
184
185 bool operator==(const MessageAbstractDelegate<A> *c) const override
186 {

Callers 8

CheckConditionMethod · 0.45
ExecuteActionMethod · 0.45
SendMethod · 0.45
SendMethod · 0.45
SendMethod · 0.45
SendMethod · 0.45
SendMethod · 0.45
ExecuteWithResultFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected