| 88 | } |
| 89 | |
| 90 | void RouteMarkPoint::SetRoutePointFullType(RouteMarkType type, size_t intermediateIndex) |
| 91 | { |
| 92 | SetRoutePointType(type); |
| 93 | SetIntermediateIndex(intermediateIndex); |
| 94 | } |
| 95 | |
| 96 | bool RouteMarkPoint::IsEqualFullType(RouteMarkType type, size_t intermediateIndex) const |
| 97 | { |
no outgoing calls
no test coverage detected