closeDefaultFile(struct lua_State *state) | LuaUtils | [static] |
convertStackIndex(struct lua_State *state, int stackIndex) | LuaUtils | [private, static] |
extractStringSequence(struct lua_State *state, int stackIndex) | LuaUtils | [static] |
getIntFromTable(struct lua_State *state, const char *key) | LuaUtils | [static] |
getStringFromTable(struct lua_State *state, const char *key) | LuaUtils | [static] |
openFileForRead(struct lua_State *state, std::string fileName) | LuaUtils | [static] |
openFileForWrite(struct lua_State *state, std::string fileName) | LuaUtils | [static] |
printTable(struct lua_State *state, int stackIndex) | LuaUtils | [static] |
readFullFile(struct lua_State *state) | LuaUtils | [static] |
setFieldOnTable(struct lua_State *state, const char *key, const char *value, int tableIndexOnStack) | LuaUtils | [static] |
setFieldOnTable(struct lua_State *state, string key, string value, int tableIndexOnStack) | LuaUtils | [inline, static] |
setFieldOnTable(struct lua_State *state, const char *key, double value, int tableIndexOnStack) | LuaUtils | [static] |
setFieldOnTable(struct lua_State *state, string key, double value, int tableIndexOnStack) | LuaUtils | [inline, static] |
writeFile(struct lua_State *state, std::string fileName, int stackIndex) | LuaUtils | [static] |
writeToFile(struct lua_State *state, int stackIndex) | LuaUtils | [static] |