luajit.lualib

Undocumented in source.

Members

Functions

luaL_openlibs
void luaL_openlibs(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_assert
auto lua_assert(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
luaopen_base
int luaopen_base(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_bit
int luaopen_bit(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_debug
int luaopen_debug(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_ffi
int luaopen_ffi(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_io
int luaopen_io(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_jit
int luaopen_jit(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_math
int luaopen_math(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_os
int luaopen_os(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_package
int luaopen_package(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_string
int luaopen_string(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_table
int luaopen_table(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LUA_BITLIBNAME
enum LUA_BITLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_COLIBNAME
enum LUA_COLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_DBLIBNAME
enum LUA_DBLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_FFILIBNAME
enum LUA_FFILIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_FILEHANDLE
enum LUA_FILEHANDLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_IOLIBNAME
enum LUA_IOLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_JITLIBNAME
enum LUA_JITLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_LOADLIBNAME
enum LUA_LOADLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_MATHLIBNAME
enum LUA_MATHLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_OSLIBNAME
enum LUA_OSLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_STRLIBNAME
enum LUA_STRLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_TABLIBNAME
enum LUA_TABLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta