Lua_icxx
1.02 (Aug 2011)
|
chunkFromFile(const std::string &filename) (defined in LuaInterpreter) | LuaInterpreter | |
chunkFromString(const std::string &script) (defined in LuaInterpreter) | LuaInterpreter | |
doFile(const std::string &filename) | LuaInterpreter | [inline] |
doFile(const std::string &filename, const LuaTableRef &globalEnv) | LuaInterpreter | [inline] |
doString(const std::string &script) | LuaInterpreter | [inline] |
doString(const std::string &script, const LuaTableRef &globalEnv) | LuaInterpreter | [inline] |
eval(const std::string &expr) | LuaInterpreter | [inline] |
eval(const std::string &expr, const LuaTableRef &globalEnv) | LuaInterpreter | [inline] |
getGlobal(const std::string &name) | LuaInterpreter | [inline] |
getLuaState() const | LuaInterpreter | [inline] |
LuaInterpreter() | LuaInterpreter | |
LuaInterpreter(lua_State *lua) | LuaInterpreter | [inline] |
newTable() | LuaInterpreter | [inline] |
openDynLib(const std::string &libPath, const std::string &entryPoint) | LuaInterpreter | |
operator lua_State *() const | LuaInterpreter | [inline] |
operator()(const std::string &expr) | LuaInterpreter | [inline] |
operator()(const std::string &expr, const LuaTableRef &globalEnv) | LuaInterpreter | [inline] |
require(const std::string &moduleName) | LuaInterpreter | [inline] |
setGlobal(const std::string &name, const TT &item) | LuaInterpreter | [inline] |
~LuaInterpreter() (defined in LuaInterpreter) | LuaInterpreter |