Ardour  8.7-14-g57a6773833
Stack< T > Struct Template Reference

#include <Userdata.h>

Static Public Member Functions

static void push (lua_State *L, T const &t)
 
static T get (lua_State *L, int index)
 

Detailed Description

template<class T>
struct Stack< T >

Lua stack conversions for class objects passed by value.

Definition at line 712 of file Userdata.h.

Member Function Documentation

◆ get()

template<class T >
static T Stack< T >::get ( lua_State L,
int  index 
)
inlinestatic

Definition at line 722 of file Userdata.h.

◆ push()

template<class T >
static void Stack< T >::push ( lua_State L,
T const &  t 
)
inlinestatic

Definition at line 715 of file Userdata.h.


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