|
Static Public Member Functions |
std::string | getStringFromTable (struct lua_State *state, const char *key) |
int | getIntFromTable (struct lua_State *state, const char *key) |
void | setFieldOnTable (struct lua_State *state, const char *key, const char *value, int tableIndexOnStack) |
void | setFieldOnTable (struct lua_State *state, string key, string value, int tableIndexOnStack) |
void | setFieldOnTable (struct lua_State *state, const char *key, double value, int tableIndexOnStack) |
void | setFieldOnTable (struct lua_State *state, string key, double value, int tableIndexOnStack) |
void | writeFile (struct lua_State *state, std::string fileName, int stackIndex) |
void | openFileForRead (struct lua_State *state, std::string fileName) |
void | openFileForWrite (struct lua_State *state, std::string fileName) |
void | closeDefaultFile (struct lua_State *state) |
void | readFullFile (struct lua_State *state) |
void | writeToFile (struct lua_State *state, int stackIndex) |
void | printTable (struct lua_State *state, int stackIndex) |
vector< string > | extractStringSequence (struct lua_State *state, int stackIndex) |
Static Private Member Functions |
int | convertStackIndex (struct lua_State *state, int stackIndex) |