|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <CFunctions.h>
Public Types | |
| typedef FuncTraits< MemFnPtr >::ClassType | T |
| typedef FuncTraits< MemFnPtr >::Params | Params |
Static Public Member Functions | |
| static int | f (lua_State *L) |
lua_CFunction to call a class member function with a return value.
The member function pointer is in the first upvalue. The class userdata object is at the top of the Lua stack.
Definition at line 300 of file CFunctions.h.
| typedef FuncTraits<MemFnPtr>::Params CFunc::CallMember< MemFnPtr, ReturnType >::Params |
Definition at line 303 of file CFunctions.h.
| typedef FuncTraits<MemFnPtr>::ClassType CFunc::CallMember< MemFnPtr, ReturnType >::T |
Definition at line 302 of file CFunctions.h.
|
inlinestatic |
Definition at line 305 of file CFunctions.h.