
Go to the source code of this file.
Data Structures | |
| struct | luaR_value_entry |
| struct | luaR_table |
Typedefs | |
| typedef lua_Number | luaR_result |
Functions | |
| luaR_result | luaR_findglobal (const char *key, lu_byte *ptype) |
| int | luaR_findfunction (lua_State *L, const luaL_reg *ptable) |
| luaR_result | luaR_findentry (void *data, const char *key, lu_byte *ptype) |
| typedef lua_Number luaR_result |
Definition at line 10 of file lrotable.h.
| luaR_result luaR_findglobal | ( | const char * | key, |
| lu_byte * | ptype | ||
| ) |
| int luaR_findfunction | ( | lua_State * | L, |
| const luaL_reg * | ptable | ||
| ) |
| luaR_result luaR_findentry | ( | void * | data, |
| const char * | key, | ||
| lu_byte * | ptype | ||
| ) |