![]() |
Murl Engine API
Version 2025.1
|
The method call object with 2 method parameters. More...
#include <murl_util_method_call.h>
The method call object with 2 method parameters.
Public Member Functions | |
| MethodCall2 (ObjectType *object, Bool(ObjectType::*method)(Par1Type, Par2Type), Par1Type par1, Par2Type par2) | |
| The constructor. More... | |
| Bool | Invoke () const override |
| 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. |
|
inlineoverridevirtual |
Invoke the method pointer.
Implements Murl::IMethodCall.