Ardour  8.12
Stack< T const & > Struct Template Reference

#include <Userdata.h>

Public Types

typedef RefStackHelper< T, TypeTraits::isContainer< T >::value > helper_t
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 876 of file Userdata.h.

Member Typedef Documentation

◆ helper_t

template<class T >
typedef RefStackHelper<T, TypeTraits::isContainer <T>::value> Stack< T const & >::helper_t

Definition at line 878 of file Userdata.h.

Member Function Documentation

◆ get()

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

Definition at line 885 of file Userdata.h.

◆ push()

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

Definition at line 880 of file Userdata.h.


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