Go to the source code of this file.
Classes | |
class | lua_jailbreak_exception |
Base class for exceptions that want to be thrown 'through' lua. More... | |
Macros | |
#define | IMPLEMENT_LUA_JAILBREAK_EXCEPTION(type) |
Helper macro for classes deriving from lua_jailbreak_exception. More... | |
#define IMPLEMENT_LUA_JAILBREAK_EXCEPTION | ( | type | ) |
Helper macro for classes deriving from lua_jailbreak_exception.
lua_jailbreak_exception has several pure virtual functions, this macro implements them properly. This macro needs to be placed in the definition of the most derived class, which uses lua_jailbreak_exception as baseclass.
type | The type of the class whc |
Definition at line 91 of file lua_jailbreak_exception.hpp.