TwiceAsNice
2019-02-18
|
#include <boost/python.hpp>
#include <boost/shared_ptr.hpp>
#include <IceUtil/Thread.h>
Classes | |
class | Tux |
struct | TuxWrap |
class | TuxFlyThread |
Typedefs | |
typedef boost::shared_ptr< Tux > | TuxPtr |
Functions | |
void | invokeFlyFromCpp (const TuxPtr &t) |
static void | initThreadSupport () |
void | invokeFlyFromCppThread (const TuxPtr &t) |
bool | isThreadAlive () |
BOOST_PYTHON_MODULE (TuxModule) | |
Variables | |
static IceUtil::ThreadPtr | g_thread |
static IceUtil::ThreadControl | g_control |
BOOST_PYTHON_MODULE | ( | TuxModule | ) |
|
static |
bool isThreadAlive | ( | ) |
|
static |
|
static |