Ardour
9.0-pre0-582-g084a23a80d
|
#include <CFunctions.h>
Public Types | |
typedef FuncTraits< FnPtr >::Params | Params |
Static Public Member Functions | |
static int | f (lua_State *L) |
lua_CFunction to call a function with a return value.
This is used for global functions, global properties, class static methods, and class static properties.
The function pointer is in the first upvalue.
Definition at line 211 of file CFunctions.h.
typedef FuncTraits<FnPtr>::Params CFunc::Call< FnPtr, ReturnType >::Params |
Definition at line 213 of file CFunctions.h.
|
inlinestatic |
Definition at line 214 of file CFunctions.h.