Lua_icxx
1.02 (Aug 2011)
|
LuaTableRef::Field< KeyType > | Represent a field of a Lua Table reference |
LuaTempResult::Item | Represent one of the items of a LuaTempResult |
LuaBoundMethRef | Represent a bound Lua method |
LuaClassObjRef | Represent a reference to a Lua object that is a User Data Type (a class) |
LuaFuncRef | Represent a reference to a Lua object that is a Lua function |
LuaInterpreter | Lua Interpreter |
LuaObjRef | Represent a reference to a Lua object |
LuaStackCleaner | Maintains Lua stack: Automatically resets, when destroyed, the stack to where it was at construction |
LuaStackSizeChecker | Checker class to verify that stack size unchanged |
LuaTableRef | Represent a reference to a Lua object that is a table |
LuaTempResult | Manage the result of a call to a Lua interpreter, still on the Lua stack |
NotAllowedAsFunctionArgument< TT > | Prevent function calls that use LuaTempResult as one of the parameters |