| 138 | |
| 139 | template <typename T> |
| 140 | void SetCurrentTimeGetter(T && t) |
| 141 | { |
| 142 | m_currentTimeGetter = std::forward<T>(t); |
| 143 | } |
| 144 | |
| 145 | private: |
| 146 | void GetEdgeListImpl(astar::VertexData<Segment, RouteWeight> const & vertexData, bool isOutgoing, |
no outgoing calls
no test coverage detected