Public Attributes | |
int | n |
FILE * | f |
char | buff [LUAL_BUFFERSIZE] |
Definition at line 564 of file lauxlib.cpp.
char LoadF::buff[LUAL_BUFFERSIZE] |
Definition at line 567 of file lauxlib.cpp.
Referenced by getF(), luaL_loadfilex(), and skipBOM().
FILE* LoadF::f |
Definition at line 566 of file lauxlib.cpp.
Referenced by getF(), luaL_loadfilex(), skipBOM(), and skipcomment().
int LoadF::n |
Definition at line 565 of file lauxlib.cpp.
Referenced by getF(), luaL_loadfilex(), and skipBOM().