Accessed by the serialization thread, but mt safe since never changed
| 1472 | |
| 1473 | ///Accessed by the serialization thread, but mt safe since never changed |
| 1474 | std::string |
| 1475 | Node::getParentMultiInstanceName() const |
| 1476 | { |
| 1477 | return _imp->multiInstanceParentName; |
| 1478 | } |
| 1479 | |
| 1480 | void |
| 1481 | Node::getChildrenMultiInstance(NodesList* children) const |
no outgoing calls
no test coverage detected