![]() |
Murl Engine API
Version 2018.3
|
The method call interface. More...
#include <murl_i_method_call.h>
The method call interface.
Method call objects can be created by Util::CreateMethodCall.
Public Member Functions | |
virtual Bool | Invoke () const =0 |
Invoke the method pointer. More... | |
|
pure virtual |
Invoke the method pointer.
Implemented in Murl::Util::MethodCall13< ObjectType, Par1Type, Par2Type, Par3Type, Par4Type, Par5Type, Par6Type, Par7Type, Par8Type, Par9Type, Par10Type, Par11Type, Par12Type, Par13Type >, Murl::Util::MethodCall12< ObjectType, Par1Type, Par2Type, Par3Type, Par4Type, Par5Type, Par6Type, Par7Type, Par8Type, Par9Type, Par10Type, Par11Type, Par12Type >, Murl::Util::MethodCall11< ObjectType, Par1Type, Par2Type, Par3Type, Par4Type, Par5Type, Par6Type, Par7Type, Par8Type, Par9Type, Par10Type, Par11Type >, Murl::Util::MethodCall10< ObjectType, Par1Type, Par2Type, Par3Type, Par4Type, Par5Type, Par6Type, Par7Type, Par8Type, Par9Type, Par10Type >, Murl::Util::MethodCall9< ObjectType, Par1Type, Par2Type, Par3Type, Par4Type, Par5Type, Par6Type, Par7Type, Par8Type, Par9Type >, Murl::Util::MethodCall8< ObjectType, Par1Type, Par2Type, Par3Type, Par4Type, Par5Type, Par6Type, Par7Type, Par8Type >, Murl::Util::MethodCall7< ObjectType, Par1Type, Par2Type, Par3Type, Par4Type, Par5Type, Par6Type, Par7Type >, Murl::Util::MethodCall6< ObjectType, Par1Type, Par2Type, Par3Type, Par4Type, Par5Type, Par6Type >, Murl::Util::MethodCall5< ObjectType, Par1Type, Par2Type, Par3Type, Par4Type, Par5Type >, Murl::Util::MethodCall4< ObjectType, Par1Type, Par2Type, Par3Type, Par4Type >, Murl::Util::MethodCall3< ObjectType, Par1Type, Par2Type, Par3Type >, Murl::Util::MethodCall2< ObjectType, Par1Type, Par2Type >, Murl::Util::MethodCall1< ObjectType, Par1Type >, and Murl::Util::MethodCall0< ObjectType >.