Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

lua_Debug Struct Reference

#include <LuaState.h>

List of all members.

Public Attributes

const lua_charevent
int currentline
const lua_charname
const lua_charnamewhat
int nups
int linedefined
const lua_charwhat
const lua_charsource
lua_char short_src [LUA_IDSIZE]
CallInfo * _ci


Member Data Documentation

struct CallInfo* lua_Debug::_ci
 

Definition at line 468 of file LuaState.h.

int lua_Debug::currentline
 

Definition at line 459 of file LuaState.h.

const lua_char* lua_Debug::event
 

Definition at line 458 of file LuaState.h.

int lua_Debug::linedefined
 

Definition at line 463 of file LuaState.h.

const lua_char* lua_Debug::name
 

Definition at line 460 of file LuaState.h.

const lua_char* lua_Debug::namewhat
 

Definition at line 461 of file LuaState.h.

int lua_Debug::nups
 

Definition at line 462 of file LuaState.h.

lua_char lua_Debug::short_src[LUA_IDSIZE]
 

Definition at line 466 of file LuaState.h.

const lua_char* lua_Debug::source
 

Definition at line 465 of file LuaState.h.

const lua_char* lua_Debug::what
 

Definition at line 464 of file LuaState.h.


The documentation for this struct was generated from the following file:
Generated on Wed Nov 7 21:15:16 2001 for LuaState(LuaWrapper) by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001