The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
lua_longjmp Struct Reference

Public Attributes

struct lua_longjmpprevious
 
luai_jmpbuf b
 
volatile int status
 

Detailed Description

Definition at line 99 of file ldo.cpp.

Member Data Documentation

luai_jmpbuf lua_longjmp::b

Definition at line 101 of file ldo.cpp.

struct lua_longjmp* lua_longjmp::previous

Definition at line 100 of file ldo.cpp.

Referenced by luaD_rawrunprotected().

volatile int lua_longjmp::status

Definition at line 102 of file ldo.cpp.

Referenced by lua_resume(), luaD_pcall(), luaD_rawrunprotected(), luaD_throw(), and recover().


The documentation for this struct was generated from the following file: