![]() |
Murl Engine API
Version 2018.3
|
The method call object with 5 method parameters. More...
#include <murl_util_method_call.h>
The method call object with 5 method parameters.
Public Member Functions | |
MethodCall5 (ObjectType *object, Bool(ObjectType::*method)(Par1Type, Par2Type, Par3Type, Par4Type, Par5Type), Par1Type par1, Par2Type par2, Par3Type par3, Par4Type par4, Par5Type par5) | |
The constructor. More... | |
virtual Bool | Invoke () const |
Invoke the method pointer. More... | |
|
inline |
The constructor.
object | The method's object context. |
method | The method pointer. |
par1 | The 1st parameter. |
par2 | The 2nd parameter. |
par3 | The 3rd parameter. |
par4 | The 4th parameter. |
par5 | The 5th parameter. |
|
inlinevirtual |
Invoke the method pointer.
Implements Murl::IMethodCall.