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

#include <Stack.h>

Static Public Member Functions

static void push (lua_State *L, char value)
 
static char get (lua_State *L, int index)
 

Detailed Description

Stack specialization for char.

Definition at line 646 of file Stack.h.

Member Function Documentation

◆ get()

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

Definition at line 654 of file Stack.h.

◆ push()

static void Stack< char >::push ( lua_State L,
char  value 
)
inlinestatic

Definition at line 648 of file Stack.h.


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