#include <wxldtarg.h>
Public Member Functions | |
LuaThread (wxLuaDebugTarget *pTarget) | |
Protected Member Functions | |
virtual void * | Entry () |
virtual void | OnExit () |
Protected Attributes | |
wxLuaDebugTarget * | m_pTarget |
Definition at line 30 of file wxldtarg.h.
wxLuaDebugTarget::LuaThread::LuaThread | ( | wxLuaDebugTarget * | pTarget | ) |
Definition at line 33 of file wxldtarg.h.
void * wxLuaDebugTarget::LuaThread::Entry | ( | ) | [protected, virtual] |
Definition at line 33 of file wxldtarg.cpp.
References m_pTarget, and wxLuaDebugTarget::ThreadFunction().
virtual void wxLuaDebugTarget::LuaThread::OnExit | ( | ) | [protected, virtual] |
Definition at line 37 of file wxldtarg.h.
wxLuaDebugTarget* wxLuaDebugTarget::LuaThread::m_pTarget [protected] |
Definition at line 39 of file wxldtarg.h.
Referenced by Entry().