|
LibreOffice Module pyuno (master) 1
|
#include "pyuno_impl.hxx"#include <sal/config.h>#include <rtl/ref.hxx>#include <salhelper/thread.hxx>Go to the source code of this file.
Namespaces | |
| namespace | pyuno |
Functions | |
| static bool | pyuno::isAfterUnloadOrPy_Finalize () |
| void | pyuno::decreaseRefCount (PyInterpreterState *interpreter, PyObject *object) |
| releases a refcount on the interpreter object and on another given python object. More... | |
Variables | |
| static bool | pyuno::g_destructorsOfStaticObjectsHaveBeenCalled |
| static StaticDestructorGuard | pyuno::guard |
|
private |
Definition at line 65 of file pyuno_gc.cxx.
|
private |
Definition at line 64 of file pyuno_gc.cxx.