#include <GizmodThread.hpp>
Public Member Functions | |
void | create () |
Create a thread and start its execution. | |
GizmodThread (boost::python::object ThreadFunction) | |
Default Constructor. | |
virtual | ~GizmodThread () |
Destructor. | |
Classes | |
struct | GizmodThreadThreadProc |
Note that for some reason Python's threading API doesn't work very well embedded inside C++
Definition at line 59 of file GizmodThread.hpp.
GizmodThread::GizmodThread | ( | boost::python::object | ThreadFunction | ) |
Default Constructor.
GizmodThread Default Constructor.
Definition at line 57 of file GizmodThread.cpp.
GizmodThread::~GizmodThread | ( | ) | [virtual] |