Public Member Functions | |
| lua_filestream (const std::string &fname) | |
Static Public Member Functions | |
| static const char * | lua_read_data (lua_State *, void *data, size_t *size) |
| static int | lua_loadfile (lua_State *L, const std::string &fname, const std::string &relativename) |
Private Attributes | |
| char | buff_ [LUAL_BUFFERSIZE] |
| boost::scoped_ptr< std::istream > | pistream_ |
Definition at line 151 of file lua_fileops.cpp.
|
inline |
Definition at line 154 of file lua_fileops.cpp.
|
inlinestatic |
Definition at line 179 of file lua_fileops.cpp.
References LOG_LUA, lua_load(), and lua_read_data().
Referenced by lua_fileops::load_file().
|
inlinestatic |
Definition at line 160 of file lua_fileops.cpp.
References buff_, ERR_LUA, LUAL_BUFFERSIZE, and pistream_.
Referenced by lua_loadfile().
|
private |
Definition at line 188 of file lua_fileops.cpp.
Referenced by lua_read_data().
|
private |
Definition at line 189 of file lua_fileops.cpp.
Referenced by lua_read_data().
1.8.8