Ardour  8.7-15-gadf511264b
Stack< lua_CFunction > Struct Reference

#include <Stack.h>

Static Public Member Functions

static void push (lua_State *L, lua_CFunction f)
 
static lua_CFunction get (lua_State *L, int index)
 

Detailed Description

Push a lua_CFunction.

Definition at line 49 of file Stack.h.

Member Function Documentation

◆ get()

static lua_CFunction Stack< lua_CFunction >::get ( lua_State L,
int  index 
)
inlinestatic

Definition at line 56 of file Stack.h.

◆ push()

static void Stack< lua_CFunction >::push ( lua_State L,
lua_CFunction  f 
)
inlinestatic

Definition at line 51 of file Stack.h.


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