Ardour  8.7-15-gadf511264b
RefStackHelper< T, false > Struct Template Reference

#include <Userdata.h>

Public Types

typedef T const & return_type
 

Static Public Member Functions

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

Detailed Description

template<class T>
struct RefStackHelper< T, false >

Definition at line 854 of file Userdata.h.

Member Typedef Documentation

◆ return_type

template<class T >
typedef T const& RefStackHelper< T, false >::return_type

Definition at line 856 of file Userdata.h.

Member Function Documentation

◆ get()

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

Definition at line 863 of file Userdata.h.

◆ push()

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

Definition at line 858 of file Userdata.h.


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