TEMU  4.4
The Terma Emulator
temu_DynCallIface Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Bus/DynamicInvocation.h>

Collaboration diagram for temu_DynCallIface:

Data Fields

temu_Propval(* call )(temu_Object *Obj, const char *cmd, int posArgc, temu_CmdArg positionalArgs[])
 
bool(* hasCommand )(temu_Object *Obj, const char *cmd)
 
temu_Type(* getArgType )(temu_Object *Obj, const char *cmdName, const char *argName)
 

Field Documentation

◆ call

temu_Propval(* temu_DynCallIface::call) (temu_Object *Obj, const char *cmd, int posArgc, temu_CmdArg positionalArgs[])

◆ getArgType

temu_Type(* temu_DynCallIface::getArgType) (temu_Object *Obj, const char *cmdName, const char *argName)

◆ hasCommand

bool(* temu_DynCallIface::hasCommand) (temu_Object *Obj, const char *cmd)

The documentation for this struct was generated from the following file: