Ardour
9.0-pre0-386-g96ef4d20f2
|
#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 no 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 235 of file CFunctions.h.
typedef FuncTraits<FnPtr>::Params CFunc::Call< FnPtr, void >::Params |
Definition at line 237 of file CFunctions.h.
|
inlinestatic |
Definition at line 238 of file CFunctions.h.