#include "RuntimeSALOME.hxx"#include "PythonNode.hxx"#include "PythonPorts.hxx"#include "TypeCode.hxx"#include "PythonCppUtils.hxx"#include "Container.hxx"#include "SalomeContainer.hxx"#include "SalomeHPContainer.hxx"#include "SalomeContainerTmpForHP.hxx"#include "ConversionException.hxx"#include "ReceiverFactory.hxx"#include "SenderByteImpl.hxx"#include "PyStdout.hxx"#include <iostream>#include <memory>#include <sstream>#include <fstream>#include "YacsTrace.hxx"#include <mutex>
Go to the source code of this file.
Typedefs | |
| typedef int | Py_ssize_t |
Functions | |
| Engines::Container_var | GetContainerObj (InlineNode *reqNode, bool &isStandardCont) |
Variables | |
| static char | SCRIPT_FOR_BIGOBJECT [] |
| static std::mutex | data_mutex |
| typedef int Py_ssize_t |
Definition at line 45 of file PythonNode.cxx.
| Engines::Container_var GetContainerObj | ( | InlineNode * | reqNode, |
| bool & | isStandardCont | ||
| ) |
Definition at line 139 of file PythonNode.cxx.
References YACS::ENGINE::SalomeContainerTmpForHP::BuildFrom(), YACS::ENGINE::InlineNode::getContainer(), and YACS::ENGINE::SalomeContainer::getContainerPtr().
Referenced by YACS::ENGINE::PythonNode::executeRemote(), and YACS::ENGINE::PythonEntry::loadPythonAdapter().
|
static |
Definition at line 90 of file PythonNode.cxx.
Referenced by YACS::ENGINE::PythonNode::executeRemote(), YACS::ENGINE::PyFuncNode::executeRemote(), and YACS::ENGINE::PythonEntry::loadRemoteContext().
|
static |
Definition at line 84 of file PythonNode.cxx.
Referenced by YACS::ENGINE::PythonEntry::loadRemoteContext().