|
Ardour
9.0-rc2-69-g5d3ee78e1e
|
#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