

Public Member Functions | |
| virtual void | RegisterMethods (lua_State *L) |
| called by Register(), registers object-methods (see cLuaBind constructor for examples) | |
| virtual const char * | GetLuaTypeName () |
Static Public Member Functions | |
| static int | CreateThread_LoadFile (lua_State *L) |
| static int | Destroy (lua_State *L) |
| Destroy(). | |
| static int | IsFinished (lua_State *L) |
| bool IsFinished () | |
| static int | HasError (lua_State *L) |
| bool HasError () | |
Definition at line 70 of file lugre_thread_L.cpp.
| virtual void Lugre::cThread_LoadFile_L::RegisterMethods | ( | lua_State * | L | ) | [inline, virtual] |
called by Register(), registers object-methods (see cLuaBind constructor for examples)
Reimplemented from Lugre::cLuaBind< _T >.
Definition at line 74 of file lugre_thread_L.cpp.
References CreateThread_LoadFile(), Destroy(), HasError(), IsFinished(), PROFILE, and REGISTER_METHOD.
| static int Lugre::cThread_LoadFile_L::CreateThread_LoadFile | ( | lua_State * | L | ) | [inline, static] |
pAnswerBuffer is used by the thread, DO NOT USE OR RELEASE IT UNTIL THE THREAD IS FINISHED thread_loadf CreateThread_LoadFile (sFilePath,fifo_answerbuffer,iStart=0,iLength=-1)
Definition at line 90 of file lugre_thread_L.cpp.
References Lugre::cLuaBind< _T >::CreateUData(), and PROFILE.
Referenced by RegisterMethods().
| static int Lugre::cThread_LoadFile_L::Destroy | ( | lua_State * | L | ) | [inline, static] |
Definition at line 101 of file lugre_thread_L.cpp.
References Lugre::cLuaBind< _T >::checkudata_alive(), and PROFILE.
Referenced by RegisterMethods().
| static int Lugre::cThread_LoadFile_L::IsFinished | ( | lua_State * | L | ) | [inline, static] |
bool IsFinished ()
Definition at line 107 of file lugre_thread_L.cpp.
References Lugre::cLuaBind< _T >::checkudata_alive(), and PROFILE.
Referenced by RegisterMethods().
| static int Lugre::cThread_LoadFile_L::HasError | ( | lua_State * | L | ) | [inline, static] |
bool HasError ()
Definition at line 113 of file lugre_thread_L.cpp.
References Lugre::cLuaBind< _T >::checkudata_alive(), and PROFILE.
Referenced by RegisterMethods().
| virtual const char* Lugre::cThread_LoadFile_L::GetLuaTypeName | ( | ) | [inline, virtual] |
1.5.6