35 using namespace YACS::ENGINE;
43 _componentName(other._componentName)
86 std::list<InputPort *>::iterator iter1;
92 Any ** In =
new Any * [nIn], ** Out =
new Any * [nOut];
109 _componentC->
run(
_method.c_str(), nIn, nOut, In, Out);
112 _run(nIn, nOut, In, Out);
115 std::list<OutputPort *>::iterator iter2;
122 DEBTRACE(
"ref count: " << Out[it]->getRefCnt());
145 return new CppNode(*
this,father);
160 list<InputPort *>::iterator iter;
168 list<OutputPort *>::iterator iter2;