RetroArch
Public Attributes | List of all members
Proto Struct Reference

#include <lobject.h>

Collaboration diagram for Proto:
[legend]

Public Attributes

 CommonHeader
 
lu_byte numparams
 
lu_byte is_vararg
 
lu_byte maxstacksize
 
int sizeupvalues
 
int sizek
 
int sizecode
 
int sizelineinfo
 
int sizep
 
int sizelocvars
 
int linedefined
 
int lastlinedefined
 
TValuek
 
Instructioncode
 
struct Proto ** p
 
int * lineinfo
 
LocVarlocvars
 
Upvaldescupvalues
 
struct LClosurecache
 
TStringsource
 
GCObjectgclist
 

Member Data Documentation

◆ cache

struct LClosure* Proto::cache

◆ code

Instruction* Proto::code

◆ CommonHeader

Proto::CommonHeader

◆ gclist

GCObject* Proto::gclist

◆ is_vararg

lu_byte Proto::is_vararg

◆ k

TValue* Proto::k

◆ lastlinedefined

int Proto::lastlinedefined

◆ linedefined

int Proto::linedefined

◆ lineinfo

int* Proto::lineinfo

◆ locvars

LocVar* Proto::locvars

◆ maxstacksize

lu_byte Proto::maxstacksize

◆ numparams

lu_byte Proto::numparams

◆ p

struct Proto** Proto::p

◆ sizecode

int Proto::sizecode

◆ sizek

int Proto::sizek

◆ sizelineinfo

int Proto::sizelineinfo

◆ sizelocvars

int Proto::sizelocvars

◆ sizep

int Proto::sizep

◆ sizeupvalues

int Proto::sizeupvalues

◆ source

TString* Proto::source

◆ upvalues

Upvaldesc* Proto::upvalues

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