| 289 | } |
| 290 | |
| 291 | SubgraphView::IConnectableLayerIterator SubgraphView::end() |
| 292 | { |
| 293 | return m_IConnectableLayers.end(); |
| 294 | } |
| 295 | |
| 296 | // IConnectable Duplication to maintain backwards compatibility |
| 297 | SubgraphView::IConnectableLayerIterator SubgraphView::beginIConnectable() |
no outgoing calls
no test coverage detected