Types.cc
Lua binding of C++ Path class.
ExecutionPath * path_get(lua_State *L, int index)
Retrieve an instance of Path from the lua stack.
Definition: Path.cc:83
void push_type_metatable(lua_State *L, const char *name)
Push a new metatable on the stack.
Definition: Types.cc:26
Generic functions to deal with custom lua types.
momemta::any get_custom_type_ptr(lua_State *L, int index)
Convert a lua custom table to a momemta::any value.
Definition: Types.cc:48
std::string get_custom_type_name(lua_State *L, int index)
Get the type of a custom table.
Definition: Types.cc:35
Definition: any.h:49