xoreos  0.0.5
Aurora::Lua::Stack Member List

This is the complete list of members for Aurora::Lua::Stack, including all inherited members.

_luaStateAurora::Lua::Stackprivate
checkIndex(int index) constAurora::Lua::Stackprivate
getBooleanAt(int index) constAurora::Lua::Stack
getExactTypeAt(int index) constAurora::Lua::Stack
getFloatAt(int index) constAurora::Lua::Stack
getFunctionAt(int index) constAurora::Lua::Stack
getIntAt(int index) constAurora::Lua::Stack
getLuaState() constAurora::Lua::Stack
getRawUserTypeAt(int index, const Common::UString &type="") constAurora::Lua::Stack
getSize() constAurora::Lua::Stack
getStringAt(int index) constAurora::Lua::Stack
getTableAt(int index) constAurora::Lua::Stack
getTypeAt(int index) constAurora::Lua::Stack
getUserTypeAt(int index, const Common::UString &type="") constAurora::Lua::Stack
getVariableAt(int index) constAurora::Lua::Stack
getVariables() constAurora::Lua::Stack
getVariablesFromTop(int count) constAurora::Lua::Stack
isBooleanAt(int index) constAurora::Lua::Stack
isFunctionAt(int index) constAurora::Lua::Stack
isNilAt(int index) constAurora::Lua::Stack
isNumberAt(int index) constAurora::Lua::Stack
isStringAt(int index) constAurora::Lua::Stack
isTableAt(int index) constAurora::Lua::Stack
isUserTypeAt(int index, const Common::UString &type="") constAurora::Lua::Stack
pushBoolean(bool value)Aurora::Lua::Stack
pushFloat(float value)Aurora::Lua::Stack
pushFunction(const FunctionRef &value)Aurora::Lua::Stack
pushInt(int value)Aurora::Lua::Stack
pushNil()Aurora::Lua::Stack
pushRawUserType(void *value, const Common::UString &type)Aurora::Lua::Stack
pushString(const char *value)Aurora::Lua::Stack
pushString(const Common::UString &value)Aurora::Lua::Stack
pushTable(const TableRef &value)Aurora::Lua::Stack
pushUserType(T &value, const Common::UString &type)Aurora::Lua::Stack
pushVariable(const Variable &var)Aurora::Lua::Stack
pushVariables(const Variables &vars)Aurora::Lua::Stack
registerGCForTopObject()Aurora::Lua::Stack
Stack(lua_State &state)Aurora::Lua::Stack
~Stack()Aurora::Lua::Stack