|
static const char * | lua_read_data (lua_State *, void *data, std::size_t *size) |
|
static int | lua_loadfile (lua_State *L, const std::string &fname, const std::string &relativename) |
|
Definition at line 246 of file lua_fileops.cpp.
◆ lua_filestream()
lua_fileops::lua_filestream::lua_filestream |
( |
const std::string & |
fname | ) |
|
|
inline |
◆ lua_loadfile()
static int lua_fileops::lua_filestream::lua_loadfile |
( |
lua_State * |
L, |
|
|
const std::string & |
fname, |
|
|
const std::string & |
relativename |
|
) |
| |
|
inlinestatic |
◆ lua_read_data()
static const char* lua_fileops::lua_filestream::lua_read_data |
( |
lua_State * |
, |
|
|
void * |
data, |
|
|
std::size_t * |
size |
|
) |
| |
|
inlinestatic |
◆ buff_
◆ pistream_
const std::unique_ptr<std::istream> lua_fileops::lua_filestream::pistream_ |
|
private |
The documentation for this class was generated from the following file: