Ardour  9.0-pre0-350-gf17a656217
Stack< T const *const > Struct Template Reference

#include <Userdata.h>

Static Public Member Functions

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

Detailed Description

template<class T>
struct Stack< T const *const >

Definition at line 746 of file Userdata.h.

Member Function Documentation

◆ get()

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

Definition at line 753 of file Userdata.h.

◆ push()

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

Definition at line 748 of file Userdata.h.


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