![]() |
Murl Engine API
Version 2024.1
|
The method call object. More...
#include <murl_util_method_call.h>
The method call object.
Public Member Functions | |
MethodCall0 (ObjectType *object, Bool(ObjectType::*method)()) | |
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. |
|
inlineoverridevirtual |
Invoke the method pointer.
Implements Murl::IMethodCall.