| 323 | RoutingSettings const & GetCurrentRoutingSettings() const { return m_routingSettings; } |
| 324 | |
| 325 | void SetCurrentSubrouteIdx(size_t currentSubrouteIdx) { m_currentSubrouteIdx = currentSubrouteIdx; } |
| 326 | |
| 327 | template <class V> |
| 328 | void SetSubroteAttrs(V && subroutes) |
no outgoing calls
no test coverage detected