![]() |
My Project
|
Go to the source code of this file.
Functions | |
| static BOOLEAN | pyobject_load () |
| void * | pyobject_autoload (blackbox *bbx) |
| blackbox support - initialization via autoloading More... | |
| void | pyobject_default_destroy (blackbox *, void *) |
| void | pyobject_setup () |
initialize blackbox support for pyobject; functionilty os autoloaded on demand More... | |
| BOOLEAN | pyobject_ensure () |
| Explicitely load, if not loaded already. More... | |
This header file defines the blackbox setup operations for the pyobject
Definition in file pyobject_setup.cc.
| void * pyobject_autoload | ( | blackbox * | bbx | ) |
blackbox support - initialization via autoloading
Definition at line 26 of file pyobject_setup.cc.
| void pyobject_default_destroy | ( | blackbox * | , |
| void * | |||
| ) |
Definition at line 33 of file pyobject_setup.cc.
| BOOLEAN pyobject_ensure | ( | ) |
Explicitely load, if not loaded already.
force leading of pyobject functionality
Definition at line 48 of file pyobject_setup.cc.
|
static |
Definition at line 20 of file pyobject_setup.cc.
| void pyobject_setup | ( | ) |
initialize blackbox support for pyobject; functionilty os autoloaded on demand
Definition at line 39 of file pyobject_setup.cc.