Ardour  8.7-15-gadf511264b
CFunc::CallMemberCFunction< T > Struct Template Reference

#include <CFunctions.h>

Static Public Member Functions

static int f (lua_State *L)
 

Detailed Description

template<class T>
struct CFunc::CallMemberCFunction< T >

lua_CFunction to call a class member lua_CFunction.

The member function pointer is in the first upvalue. The class userdata object is at the top of the Lua stack.

Definition at line 945 of file CFunctions.h.

Member Function Documentation

◆ f()

template<class T >
static int CFunc::CallMemberCFunction< T >::f ( lua_State L)
inlinestatic

Definition at line 947 of file CFunctions.h.


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