|
Diluculum
1.0
|
Implementation details of Diluculum. More...
Classes | |
| struct | CppObject |
| class | ClassTableFiller |
Functions | |
| void | ReportErrorFromCFunction (lua_State *ls, const ::std::string &what) |
Implementation details of Diluculum.
Regular users shouldn't bother to anything in this namespace.
| void Diluculum::Impl::ReportErrorFromCFunction | ( | lua_State * | ls, |
| const ::std::string & | what | ||
| ) |
Calls lua_error() with a proper error message. The error message is composed of things that may help to find out what's the error, like the function name.
| ls | The lua_State* on which the function will operate. |
| what | A message to be included in the error message created by this function. |
1.7.5.1