lua_Debug Struct Reference


Data Fields

int event
const char * name
const char * namewhat
const char * what
const char * source
int currentline
int nups
int linedefined
int lastlinedefined
char short_src [LUA_IDSIZE]
int i_ci

Detailed Description

Definition at line 345 of file lua.h.


Field Documentation

int lua_Debug::event

Definition at line 346 of file lua.h.

const char* lua_Debug::name

Definition at line 347 of file lua.h.

const char* lua_Debug::namewhat

Definition at line 348 of file lua.h.

const char* lua_Debug::what

Definition at line 349 of file lua.h.

const char* lua_Debug::source

Definition at line 350 of file lua.h.

int lua_Debug::currentline

Definition at line 351 of file lua.h.

int lua_Debug::nups

Definition at line 352 of file lua.h.

int lua_Debug::linedefined

Definition at line 353 of file lua.h.

int lua_Debug::lastlinedefined

Definition at line 354 of file lua.h.

char lua_Debug::short_src[LUA_IDSIZE]

Definition at line 355 of file lua.h.

int lua_Debug::i_ci

Definition at line 357 of file lua.h.


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/