Lines Matching refs:lutok
41 lutok::error::error(const std::string& message) : in error()
48 lutok::error::~error(void) throw() in ~error()
57 lutok::api_error::api_error(const std::string& api_function_, in api_error()
66 lutok::api_error::~api_error(void) throw() in ~api_error()
80 lutok::api_error
81 lutok::api_error::from_stack(state& state_, const std::string& api_function_) in from_stack()
83 lua_State* raw_state = lutok::state_c_gate(state_).c_state(); in from_stack()
88 return lutok::api_error(api_function_, message); in from_stack()
96 lutok::api_error::api_function(void) const in api_function()
105 lutok::file_not_found_error::file_not_found_error( in file_not_found_error()
114 lutok::file_not_found_error::~file_not_found_error(void) throw() in ~file_not_found_error()
123 lutok::file_not_found_error::filename(void) const in filename()