|
Ardour
9.0-pre0-1952-gc5e0b21049
|
Go to the source code of this file.
Classes | |
| struct | Nil |
| class | LuaRef |
| class | LuaRef::StackPop |
| class | LuaRef::Proxy |
| struct | LuaRef::FromStack |
| struct | Stack< Nil > |
| struct | Stack< LuaRef > |
| struct | Stack< LuaRef::Proxy > |
Functions | |
| LuaRef | newTable (lua_State *L) |
| LuaRef | getGlobal (lua_State *L, char const *name) |
| std::ostream & | operator<< (std::ostream &os, LuaRef const &ref) |
| template<class T > | |
| T | LuaRef_cast (LuaRef const &lr) |
Create a reference to a value in the global table.
This is a syntactic abbreviation for LuaRef::getGlobal().
|
inline |
Create a reference to a new, empty table.
This is a syntactic abbreviation for LuaRef::newTable().