_api | YACS::ENGINE::RuntimeSALOME | protected |
_bltins | YACS::ENGINE::RuntimeSALOME | protected |
_builtinCatalog | YACS::ENGINE::Runtime | protected |
_catalogLoaderFactoryMap | YACS::ENGINE::Runtime | |
_catalogs | YACS::ENGINE::Runtime | protected |
_dynFactory | YACS::ENGINE::RuntimeSALOME | protected |
_flags | YACS::ENGINE::RuntimeSALOME | protected |
_omnipy | YACS::ENGINE::RuntimeSALOME | protected |
_orb | YACS::ENGINE::RuntimeSALOME | protected |
_pyorb | YACS::ENGINE::RuntimeSALOME | protected |
_setOfImplementation | YACS::ENGINE::Runtime | protected |
_singleton | YACS::ENGINE::Runtime | protectedstatic |
_tc_bool | YACS::ENGINE::Runtime | static |
_tc_double | YACS::ENGINE::Runtime | static |
_tc_file | YACS::ENGINE::Runtime | static |
_tc_int | YACS::ENGINE::Runtime | static |
_tc_propvec | YACS::ENGINE::Runtime | static |
_tc_string | YACS::ENGINE::Runtime | static |
_tc_stringpair | YACS::ENGINE::Runtime | static |
_useCorba | YACS::ENGINE::RuntimeSALOME | protected |
_useCpp | YACS::ENGINE::RuntimeSALOME | protected |
_usePython | YACS::ENGINE::RuntimeSALOME | protected |
_useXml | YACS::ENGINE::RuntimeSALOME | protected |
adapt(InputPort *source, const std::string &impl, TypeCode *type, bool init=false) | YACS::ENGINE::RuntimeSALOME | virtual |
adapt(InPropertyPort *source, const std::string &impl, TypeCode *type, bool init=false) | YACS::ENGINE::RuntimeSALOME | virtual |
adapt(InputCorbaPort *source, const std::string &impl, TypeCode *type, bool init) | YACS::ENGINE::RuntimeSALOME | virtual |
adapt(InputPyPort *source, const std::string &impl, TypeCode *type, bool init) | YACS::ENGINE::RuntimeSALOME | virtual |
adapt(InputCppPort *source, const std::string &impl, TypeCode *type, bool init) | YACS::ENGINE::RuntimeSALOME | virtual |
adapt(InputXmlPort *source, const std::string &impl, TypeCode *type, bool init) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptCorbaToCorba(InputCorbaPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptCorbaToCpp(InputCorbaPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptCorbaToNeutral(InputCorbaPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptCorbaToPython(InputCorbaPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptCorbaToXml(InputCorbaPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptCppToCorba(InputCppPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptCppToCpp(InputCppPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptCppToNeutral(InputCppPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptCppToPython(InputCppPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptCppToXml(InputCppPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptNeutral(InputPort *source, const std::string &impl, TypeCode *type, bool init) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptNeutralToCorba(InputPort *inport, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptNeutralToCpp(InputPort *inport, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptNeutralToPython(InputPort *inport, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptNeutralToXml(InputPort *inport, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptPythonToCorba(InputPyPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptPythonToCpp(InputPyPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptPythonToNeutral(InputPyPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptPythonToPython(InputPyPort *source, TypeCode *type, bool init) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptPythonToXml(InputPyPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptXmlToCorba(InputXmlPort *source, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptXmlToCpp(InputXmlPort *inport, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptXmlToNeutral(InputXmlPort *inport, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptXmlToPython(InputXmlPort *inport, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
adaptXmlToXml(InputXmlPort *inport, TypeCode *type, bool init) | YACS::ENGINE::RuntimeSALOME | virtual |
addCatalog(Catalog *catalog) | YACS::ENGINE::Runtime | virtual |
convertNeutral(TypeCode *type, Any *data) | YACS::ENGINE::RuntimeSALOME | virtual |
convertNeutralAsString(TypeCode *type, Any *data) | YACS::ENGINE::RuntimeSALOME | virtual |
convertPyObjectToString(PyObject *ob) | YACS::ENGINE::RuntimeSALOME | virtual |
convertStringToPyObject(const std::string &s) | YACS::ENGINE::RuntimeSALOME | virtual |
createBloc(const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createComponentInstance(const std::string &name, const std::string &kind="") | YACS::ENGINE::RuntimeSALOME | virtual |
createCompoNode(const std::string &kind, const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createContainer(const std::string &kind="") | YACS::ENGINE::RuntimeSALOME | virtual |
createForEachLoop(const std::string &name, TypeCode *type) | YACS::ENGINE::Runtime | virtual |
createForLoop(const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createFuncNode(const std::string &kind, const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createInDataNode(const std::string &kind, const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createInputDataStreamPort(const std::string &name, Node *node, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
createInputPort(const std::string &name, const std::string &impl, Node *node, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
createInterfaceTc(const std::string &id, const std::string &name, std::list< TypeCodeObjref * > ltc) | YACS::ENGINE::RuntimeSALOME | virtual |
createOptimizerLoop(const std::string &name, const std::string &algLib, const std::string &factoryName, bool algInitOnFile, const std::string &kind="", Proc *procForTypes=NULL) | YACS::ENGINE::RuntimeSALOME | virtual |
createOutDataNode(const std::string &kind, const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createOutputDataStreamPort(const std::string &name, Node *node, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
createOutputPort(const std::string &name, const std::string &impl, Node *node, TypeCode *type) | YACS::ENGINE::RuntimeSALOME | virtual |
createProc(const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createRefNode(const std::string &kind, const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createScriptNode(const std::string &kind, const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createSequenceTc(const std::string &id, const std::string &name, TypeCode *content) | YACS::ENGINE::RuntimeSALOME | virtual |
createSInlineNode(const std::string &kind, const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createStructTc(const std::string &id, const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
createSwitch(const std::string &name) | YACS::ENGINE::Runtime | virtual |
createWhileLoop(const std::string &name) | YACS::ENGINE::RuntimeSALOME | virtual |
fini() | YACS::ENGINE::RuntimeSALOME | virtual |
FLAGS | YACS::ENGINE::RuntimeSALOME | |
get_omnipy() | YACS::ENGINE::RuntimeSALOME | |
getApi() | YACS::ENGINE::RuntimeSALOME | |
getBuiltinCatalog() | YACS::ENGINE::Runtime | |
getBuiltins() | YACS::ENGINE::RuntimeSALOME | |
getDynFactory() | YACS::ENGINE::RuntimeSALOME | |
getOrb() | YACS::ENGINE::RuntimeSALOME | |
getPyOrb() | YACS::ENGINE::RuntimeSALOME | |
getSALOMERuntime() | YACS::ENGINE::RuntimeSALOME | friend |
getSingleton() | YACS::ENGINE::RuntimeSALOME | inlineprivatestatic |
getTypeCode(const std::string &name) | YACS::ENGINE::Runtime | virtual |
getVersion() const | YACS::ENGINE::RuntimeSALOME | virtual |
init(long flags, int argc, char *argv[]) | YACS::ENGINE::RuntimeSALOME | virtual |
YACS::ENGINE::Runtime::init() | YACS::ENGINE::Runtime | inlinevirtual |
initBuiltins() | YACS::ENGINE::RuntimeSALOME | protected |
IsPyExt enum value | YACS::ENGINE::RuntimeSALOME | |
loadCatalog(const std::string &sourceKind, const std::string &path) | YACS::ENGINE::Runtime | virtual |
removeRuntime() | YACS::ENGINE::Runtime | virtual |
Runtime() | YACS::ENGINE::Runtime | protected |
RUNTIME_ENGINE_INTERACTION_IMPL_NAME | YACS::ENGINE::Runtime | static |
RuntimeSALOME() | YACS::ENGINE::RuntimeSALOME | protected |
RuntimeSALOME(long flags, int argc, char *argv[]) | YACS::ENGINE::RuntimeSALOME | protected |
setCatalogLoaderFactory(const std::string &name, CatalogLoader *factory) | YACS::ENGINE::Runtime | virtual |
setRuntime(long flags=UsePython+UseCorba+UseXml+UseCpp+UseSalome, int argc=0, char *argv[]=NULL) | YACS::ENGINE::RuntimeSALOME | static |
UseCorba enum value | YACS::ENGINE::RuntimeSALOME | |
UseCpp enum value | YACS::ENGINE::RuntimeSALOME | |
UsePython enum value | YACS::ENGINE::RuntimeSALOME | |
UseSalome enum value | YACS::ENGINE::RuntimeSALOME | |
UseXml enum value | YACS::ENGINE::RuntimeSALOME | |
~Runtime() | YACS::ENGINE::Runtime | virtual |
~RuntimeSALOME() | YACS::ENGINE::RuntimeSALOME | virtual |