bindbc.lua.v51.types

Undocumented in source.

Members

Aliases

LUAI_INT32
alias LUAI_INT32 = int
Undocumented in source.
LUAI_MEM
alias LUAI_MEM = ptrdiff_t
Undocumented in source.
LUAI_UINT32
alias LUAI_UINT32 = uint
Undocumented in source.
LUAI_UMEM
alias LUAI_UMEM = size_t
Undocumented in source.
LUA_INTEGER
alias LUA_INTEGER = ptrdiff_t
Undocumented in source.
LUA_NUMBER
alias LUA_NUMBER = double
Undocumented in source.
lua_Alloc
alias lua_Alloc = void* function(void*, void*, size_t, size_t)
Undocumented in source.
lua_CFunction
alias lua_CFunction = int function(lua_State*)
Undocumented in source.
lua_Hook
alias lua_Hook = void function(lua_State*, lua_Debug*) nothrow
Undocumented in source.
lua_Integer
alias lua_Integer = LUA_INTEGER
Undocumented in source.
lua_Number
alias lua_Number = LUA_NUMBER
Undocumented in source.
lua_Reader
alias lua_Reader = const(char)* function(lua_State*, void*, size_t)
Undocumented in source.
lua_Writer
alias lua_Writer = int function(lua_State*, const(void)*, size_t, void*)
Undocumented in source.

Manifest constants

LUAI_MAXINT32
enum LUAI_MAXINT32;
Undocumented in source.
LUAI_MAXSTACK
enum LUAI_MAXSTACK;
Undocumented in source.
LUAL_BUFFERSIZE
enum LUAL_BUFFERSIZE;
Undocumented in source.
LUA_COLIBNAME
enum LUA_COLIBNAME;
Undocumented in source.
LUA_DBLIBNAME
enum LUA_DBLIBNAME;
Undocumented in source.
LUA_ENVIRONINDEX
enum LUA_ENVIRONINDEX;
Undocumented in source.
LUA_ERRERR
enum LUA_ERRERR;
Undocumented in source.
LUA_ERRFILE
enum LUA_ERRFILE;
Undocumented in source.
LUA_ERRMEM
enum LUA_ERRMEM;
Undocumented in source.
LUA_ERRRUN
enum LUA_ERRRUN;
Undocumented in source.
LUA_ERRSYNTAX
enum LUA_ERRSYNTAX;
Undocumented in source.
LUA_FILEHANDLE
enum LUA_FILEHANDLE;
Undocumented in source.
LUA_GCCOLLECT
enum LUA_GCCOLLECT;
Undocumented in source.
LUA_GCCOUNT
enum LUA_GCCOUNT;
Undocumented in source.
LUA_GCCOUNTB
enum LUA_GCCOUNTB;
Undocumented in source.
LUA_GCRESTART
enum LUA_GCRESTART;
Undocumented in source.
LUA_GCSETPAUSE
enum LUA_GCSETPAUSE;
Undocumented in source.
LUA_GCSETSTEPMUL
enum LUA_GCSETSTEPMUL;
Undocumented in source.
LUA_GCSTEP
enum LUA_GCSTEP;
Undocumented in source.
LUA_GCSTOP
enum LUA_GCSTOP;
Undocumented in source.
LUA_GLOBALSINDEX
enum LUA_GLOBALSINDEX;
Undocumented in source.
LUA_HOOKCALL
enum LUA_HOOKCALL;
Undocumented in source.
LUA_HOOKCOUNT
enum LUA_HOOKCOUNT;
Undocumented in source.
LUA_HOOKLINE
enum LUA_HOOKLINE;
Undocumented in source.
LUA_HOOKRET
enum LUA_HOOKRET;
Undocumented in source.
LUA_HOOKTAILRET
enum LUA_HOOKTAILRET;
Undocumented in source.
LUA_IDSIZE
enum LUA_IDSIZE;
Undocumented in source.
LUA_IOLIBNAME
enum LUA_IOLIBNAME;
Undocumented in source.
LUA_LOADLIBNAME
enum LUA_LOADLIBNAME;
Undocumented in source.
LUA_MASKCALL
enum LUA_MASKCALL;
Undocumented in source.
LUA_MASKCOUNT
enum LUA_MASKCOUNT;
Undocumented in source.
LUA_MASKLINE
enum LUA_MASKLINE;
Undocumented in source.
LUA_MASKRET
enum LUA_MASKRET;
Undocumented in source.
LUA_MATHLIBNAME
enum LUA_MATHLIBNAME;
Undocumented in source.
LUA_MINSTACK
enum LUA_MINSTACK;
Undocumented in source.
LUA_MULTRET
enum LUA_MULTRET;
Undocumented in source.
LUA_NOREF
enum LUA_NOREF;
Undocumented in source.
LUA_OSLIBNAME
enum LUA_OSLIBNAME;
Undocumented in source.
LUA_REFNIL
enum LUA_REFNIL;
Undocumented in source.
LUA_REGISTRYINDEX
enum LUA_REGISTRYINDEX;
Undocumented in source.
LUA_RELEASE
enum LUA_RELEASE;
Undocumented in source.
LUA_SIGNATURE
enum LUA_SIGNATURE;
Undocumented in source.
LUA_STRLIBNAME
enum LUA_STRLIBNAME;
Undocumented in source.
LUA_TABLIBNAME
enum LUA_TABLIBNAME;
Undocumented in source.
LUA_TBOOLEAN
enum LUA_TBOOLEAN;
Undocumented in source.
LUA_TFUNCTION
enum LUA_TFUNCTION;
Undocumented in source.
LUA_TLIGHTUSERDATA
enum LUA_TLIGHTUSERDATA;
Undocumented in source.
LUA_TNIL
enum LUA_TNIL;
Undocumented in source.
LUA_TNONE
enum LUA_TNONE;
Undocumented in source.
LUA_TNUMBER
enum LUA_TNUMBER;
Undocumented in source.
LUA_TSTRING
enum LUA_TSTRING;
Undocumented in source.
LUA_TTABLE
enum LUA_TTABLE;
Undocumented in source.
LUA_TTHREAD
enum LUA_TTHREAD;
Undocumented in source.
LUA_TUSERDATA
enum LUA_TUSERDATA;
Undocumented in source.
LUA_VERSION
enum LUA_VERSION;
Undocumented in source.
LUA_VERSION_MAJOR
enum LUA_VERSION_MAJOR;
Undocumented in source.
LUA_VERSION_MINOR
enum LUA_VERSION_MINOR;
Undocumented in source.
LUA_VERSION_NUM
enum LUA_VERSION_NUM;
Undocumented in source.
LUA_VERSION_RELEASE
enum LUA_VERSION_RELEASE;
Undocumented in source.
LUA_YIELD
enum LUA_YIELD;
Undocumented in source.

Structs

luaL_Buffer
struct luaL_Buffer
Undocumented in source.
luaL_Reg
struct luaL_Reg
Undocumented in source.
lua_Debug
struct lua_Debug
Undocumented in source.
lua_State
struct lua_State
Undocumented in source.

Meta