#include "PythonPorts.hxx"
#include "TypeConversions.hxx"
#include "TypeCode.hxx"
#include "Node.hxx"
#include "ConversionException.hxx"
#include <iostream>
#include <sstream>
#include "YacsTrace.hxx"
Go to the source code of this file.
Functions | |
void | releasePyObj (PyObject *data) |
void | registerPyObj (PyObject *data) |
void registerPyObj | ( | PyObject * | data | ) |
Definition at line 72 of file PythonPorts.cxx.
Referenced by YACS::ENGINE::InputPyPort::put().
void releasePyObj | ( | PyObject * | data | ) |
Definition at line 35 of file PythonPorts.cxx.
References DEBTRACE.
Referenced by YACS::ENGINE::InputPyPort::put(), YACS::ENGINE::OutputPyPort::put(), YACS::ENGINE::InputPyPort::~InputPyPort(), and YACS::ENGINE::OutputPyPort::~OutputPyPort().