lua5.4
Public 属性 | 所有成员列表
lua_Debug结构体 参考

#include <lua.h>

lua_Debug 的协作图:
[图例]

Public 属性

int event
 
const char * name
 
const char * namewhat
 
const char * what
 
const char * source
 
size_t srclen
 
int currentline
 
int linedefined
 
int lastlinedefined
 
unsigned char nups
 
unsigned char nparams
 
char isvararg
 
char istailcall
 
unsigned short ftransfer
 
unsigned short ntransfer
 
char short_src [LUA_IDSIZE]
 
struct CallInfoi_ci
 

类成员变量说明

◆ currentline

int lua_Debug::currentline

◆ event

int lua_Debug::event

◆ ftransfer

unsigned short lua_Debug::ftransfer

◆ i_ci

struct CallInfo* lua_Debug::i_ci

◆ istailcall

char lua_Debug::istailcall

◆ isvararg

char lua_Debug::isvararg

◆ lastlinedefined

int lua_Debug::lastlinedefined

◆ linedefined

int lua_Debug::linedefined

◆ name

const char* lua_Debug::name

◆ namewhat

const char* lua_Debug::namewhat

◆ nparams

unsigned char lua_Debug::nparams

◆ ntransfer

unsigned short lua_Debug::ntransfer

◆ nups

unsigned char lua_Debug::nups

◆ short_src

char lua_Debug::short_src[LUA_IDSIZE]

◆ source

const char* lua_Debug::source

◆ srclen

size_t lua_Debug::srclen

◆ what

const char* lua_Debug::what

该结构体的文档由以下文件生成: