bindbc.lua.v52.types

Undocumented in source.

Members

Aliases

LUAI_MEM
alias LUAI_MEM = ptrdiff_t
Undocumented in source.
LUAI_UMEM
alias LUAI_UMEM = size_t
Undocumented in source.
LUA_FILEHANDLE
alias LUA_FILEHANDLE = FILE*
Undocumented in source.
LUA_INT32
alias LUA_INT32 = int
Undocumented in source.
LUA_INTEGER
alias LUA_INTEGER = ptrdiff_t
Undocumented in source.
LUA_NUMBER
alias LUA_NUMBER = double
Undocumented in source.
LUA_UNSIGNED
alias LUA_UNSIGNED = uint
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_Unsigned
alias lua_Unsigned = LUA_UNSIGNED
Undocumented in source.
lua_Writer
alias lua_Writer = int function(lua_State*, const(void)*, size_t, void*)
Undocumented in source.

Manifest constants

LUAI_FIRSTPSEUDOIDX
enum LUAI_FIRSTPSEUDOIDX;
Undocumented in source.
LUAI_MAXSTACK
enum LUAI_MAXSTACK;
Undocumented in source.
LUAL_BUFFERSIZE
enum LUAL_BUFFERSIZE;
Undocumented in source.
LUA_BITLIBNAME
enum LUA_BITLIBNAME;
Undocumented in source.
LUA_COLIBNAME
enum LUA_COLIBNAME;
Undocumented in source.
LUA_DBLIBNAME
enum LUA_DBLIBNAME;
Undocumented in source.
LUA_ERRERR
enum LUA_ERRERR;
Undocumented in source.
LUA_ERRFILE
enum LUA_ERRFILE;
Undocumented in source.
LUA_ERRGCMM
enum LUA_ERRGCMM;
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_GCCOLLECT
enum LUA_GCCOLLECT;
Undocumented in source.
LUA_GCCOUNT
enum LUA_GCCOUNT;
Undocumented in source.
LUA_GCCOUNTB
enum LUA_GCCOUNTB;
Undocumented in source.
LUA_GCGEN
enum LUA_GCGEN;
Undocumented in source.
LUA_GCINC
enum LUA_GCINC;
Undocumented in source.
LUA_GCISRUNNING
enum LUA_GCISRUNNING;
Undocumented in source.
LUA_GCRESTART
enum LUA_GCRESTART;
Undocumented in source.
LUA_GCSETMAJORINC
enum LUA_GCSETMAJORINC;
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_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_NUMTAGS
enum LUA_NUMTAGS;
Undocumented in source.
LUA_OK
enum LUA_OK;
Undocumented in source.
LUA_OPADD
enum LUA_OPADD;
Undocumented in source.
LUA_OPDIV
enum LUA_OPDIV;
Undocumented in source.
LUA_OPEQ
enum LUA_OPEQ;
Undocumented in source.
LUA_OPLE
enum LUA_OPLE;
Undocumented in source.
LUA_OPLT
enum LUA_OPLT;
Undocumented in source.
LUA_OPMOD
enum LUA_OPMOD;
Undocumented in source.
LUA_OPMUL
enum LUA_OPMUL;
Undocumented in source.
LUA_OPPOW
enum LUA_OPPOW;
Undocumented in source.
LUA_OPSUB
enum LUA_OPSUB;
Undocumented in source.
LUA_OPUNM
enum LUA_OPUNM;
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_RIDX_GLOBALS
enum LUA_RIDX_GLOBALS;
Undocumented in source.
LUA_RIDX_LAST
enum LUA_RIDX_LAST;
Undocumented in source.
LUA_RIDX_MAINTHREAD
enum LUA_RIDX_MAINTHREAD;
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.
luaL_Stream
struct luaL_Stream
Undocumented in source.
lua_Debug
struct lua_Debug
Undocumented in source.
lua_State
struct lua_State
Undocumented in source.

Meta