Path.h File Reference
Lua binding of C++ Path class. More...
Detailed Description
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
lua | |
Utility functions related to lua configuration file parsing. | |
Macros | |
#define | LUA_PATH_TYPE_NAME "Path" |
Functions | |
void | lua::path_register (lua_State *L, void *ptr) |
Register Path into lua runtime. | |
int | lua::path_new (lua_State *L) |
Create a new instance of Path. | |
int | lua::path_free (lua_State *L) |
Free an instance of Path. | |
ExecutionPath * | lua::path_get (lua_State *L, int index) |
Retrieve an instance of Path from the lua stack. | |