|
UGDK
0.4.1
|
#include <list>#include <map>

Go to the source code of this file.
Namespaces | |
| namespace | ugdk |
| namespace | ugdk::script |
| namespace | ugdk::script::lua |
Typedefs | |
| typedef struct lua_State | lua_State |
| typedef int(* | lua_CFunction )(lua_State *) |
| typedef int | ugdk::script::lua::DataID |
| typedef std::list< DataID > | ugdk::script::lua::DataBuffer |
| typedef std::map< DataID, DataID > | ugdk::script::lua::DataMap |
| typedef void * | ugdk::script::lua::UData |
Functions | |
| template<class T > | |
| UData | ugdk::script::lua::AsUData (T *p) |
| template<class T > | |
| UData | ugdk::script::lua::AsUData (const T *p) |
| typedef int(* lua_CFunction)(lua_State *) |