Go to the source code of this file.
Data Structures | |
| struct | L_const |
| struct | L_Tuserdata |
Functions | |
| void | L_error (lua_State *L, char *msg,...) |
| int | L_tablesize (lua_State *L, int n) |
| void | L_checknarg (lua_State *L, int n, char *msg) |
| void | L_openconst (lua_State *L, const struct L_const *t) |
| void | L_openTconst (lua_State *L, const struct L_Tuserdata *t, const char *type) |
| void * | L_checkludata (lua_State *L, int n) |
Definition in file luabind.h.
| void* L_checkludata | ( | lua_State * | L, | |
| int | n | |||
| ) |
| void L_checknarg | ( | lua_State * | L, | |
| int | n, | |||
| char * | msg | |||
| ) |
| void L_error | ( | lua_State * | L, | |
| char * | msg, | |||
| ... | ||||
| ) |
| void L_openconst | ( | lua_State * | L, | |
| const struct L_const * | t | |||
| ) |
| void L_openTconst | ( | lua_State * | L, | |
| const struct L_Tuserdata * | t, | |||
| const char * | type | |||
| ) |
| int L_tablesize | ( | lua_State * | L, | |
| int | n | |||
| ) |
1.5.6