|
Ardour
9.0-pre0-2100-ga56b4e5aeb
|
#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