Ardour
9.0-pre0-350-gf17a656217
|
#include <LuaRef.h>
Type tag for representing LUA_TNIL.
Construct one of these using Nil()
to represent a Lua nil. This is faster than creating a reference in the registry to nil. Example:
LuaRef t (LuaRef::createTable (L)); ... t ["k"] = Nil(); // assign nil