56 DEBTRACE(
" CppPython::put(Any *data)");
61 PyObject_Print(ob,stderr,Py_PRINT_RAW);
62 std::cerr << std::endl;
64 DEBTRACE(
"ob refcnt: " << ob->ob_refcnt );
67 DEBTRACE(
"ob refcnt: " << ob->ob_refcnt );
: Interface for management of storage of data formated dynamically in its TypeCode....
virtual void put(const void *data)
Convert the received C++ value to PyObject * and send it to proxy port.
TypeCode * edGetType() const
Base class for all ports.
Base class for Proxy Input Ports.
Base class for all type objects.
int isAdaptablePyObjectCpp(const TypeCode *t1, const TypeCode *t2)
PyObject * convertNeutralPyObject(const TypeCode *t, YACS::ENGINE::Any *data)
int isAdaptablePyObjectNeutral(const TypeCode *t1, const TypeCode *t2)
PyObject * convertCppPyObject(const TypeCode *t, Any *a)