LuaTable

Undocumented in source.

Members

Functions

lua
LuaState* lua()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
void pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
int push()
Undocumented in source. Be warned that the author may not have intended to support it.
pushElement
void pushElement(IndexT index)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin LuaTableFuncs
Undocumented in source.

Static functions

makeNew
LuaTable makeNew(LuaState* lua, int arrayCapacity, int recordCapacity)
Undocumented in source. Be warned that the author may not have intended to support it.
makeNew
LuaTable makeNew(LuaState* lua, Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
makeNew
LuaTable makeNew(LuaState* lua, AA aa)
Undocumented in source. Be warned that the author may not have intended to support it.
makeRef
LuaTable makeRef(LuaState* lua)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin LuaTableFuncs

get
T get(IndexT index)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(IndexT index, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
setMetatable
void setMetatable(LuaTable metatable)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T value, IndexT index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta