RetroArch
Public Attributes | List of all members
LexState Struct Reference

#include <llex.h>

Collaboration diagram for LexState:
[legend]

Public Attributes

int current
 
int linenumber
 
int lastline
 
Token t
 
Token lookahead
 
struct FuncState * fs
 
struct lua_State * L
 
ZIO * z
 
Mbuffer * buff
 
Table * h
 
struct Dyndata * dyd
 
TString * source
 
TString * envn
 

Member Data Documentation

◆ buff

Mbuffer* LexState::buff

◆ current

int LexState::current

◆ dyd

struct Dyndata* LexState::dyd

◆ envn

TString* LexState::envn

◆ fs

struct FuncState* LexState::fs

◆ h

Table* LexState::h

◆ L

struct lua_State* LexState::L

◆ lastline

int LexState::lastline

◆ linenumber

int LexState::linenumber

◆ lookahead

Token LexState::lookahead

◆ source

TString* LexState::source

◆ t

Token LexState::t

◆ z

ZIO* LexState::z

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