Lutok  0.2
 All Classes Namespaces Files Functions Variables Defines
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
anonymous_namespace{test_utils.hpp}::stack_balance_checkerEnsures that the Lua stack maintains its original height upon exit
lutok::api_errorException for errors raised by the Lua API library
lutok::debugA model for the Lua debug state
lutok::debug::implInternal implementation for lutok::debug
lutok::errorBase exception for lua errors
lutok::file_not_found_errorFile not found error
lutok::stack_cleanerA RAII model for values on the Lua stack
lutok::stack_cleaner::implInternal implementation for lutok::stack_cleaner
lutok::stateA RAII model for the Lua state
lutok::state::implInternal implementation for lutok::state
lutok::state_c_gateGateway to the raw C state of Lua