Ardour  8.7-15-gadf511264b
Nil Struct Reference

#include <LuaRef.h>

Detailed Description

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

Definition at line 41 of file LuaRef.h.


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