43 #ifdef CHECK_MEMORY_LEAKS
45 #endif // CHECK_MEMORY_LEAKS
81 if (maxRoutes < INT_MAX) {
118 (*i).route->release();
155 os <<
" replacedOnEdge=\"";
166 const MSEdge* lastEdge = 0;
167 for (; i < index; ++i) {
174 const MSEdge* lastEdge = 0;
189 int remainingWithExitTime = (
int)
myExits.size() - numWritten;
190 assert(remainingWithExitTime >= 0);
198 os <<
"\" exitTimes=\"";
199 for (std::vector<SUMOTime>::const_iterator it =
myExits.begin(); it !=
myExits.end(); ++it) {
207 (os <<
"\"").closeTag();
244 myRouteInfos.erase(it->first);
249 routeOut << od.getString();
284 if (it->first->hasDeparted()) {
285 it->second->generateOutput();