42 #ifdef CHECK_MEMORY_LEAKS
44 #endif // CHECK_MEMORY_LEAKS
80 if (maxRoutes < INT_MAX) {
117 (*i).route->release();
154 os <<
" replacedOnEdge=\"";
165 const MSEdge* lastEdge = 0;
166 for (; i < index; ++i) {
173 const MSEdge* lastEdge = 0;
188 int remainingWithExitTime = (
int)
myExits.size() - numWritten;
189 assert(remainingWithExitTime >= 0);
197 os <<
"\" exitTimes=\"";
198 for (std::vector<SUMOTime>::const_iterator it =
myExits.begin(); it !=
myExits.end(); ++it) {
206 (os <<
"\"").closeTag();
243 myRouteInfos.erase(it->first);
248 routeOut << od.getString();
283 if (it->first->hasDeparted()) {
284 it->second->generateOutput();