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