40 #ifdef CHECK_MEMORY_LEAKS
42 #endif // CHECK_MEMORY_LEAKS
54 into.push_back(device);
63 :
MSDevice(holder, id), myPersons(), myStopped(holder.isStopped()) {
75 for (std::vector<MSPerson*>::iterator i =
myPersons.begin(); i !=
myPersons.end(); ++i) {
83 if (&(*i)->getDestination() == veh.
getEdge()) {
100 for (std::vector<MSPerson*>::iterator i =
myPersons.begin(); i !=
myPersons.end(); ++i) {
112 for (std::vector<MSPerson*>::iterator i =
myPersons.begin(); i !=
myPersons.end(); ++i) {
113 if (&(*i)->getDestination() != veh.
getEdge()) {
115 "' from vehicle destination '" + veh.
getEdge()->
getID() +
116 "' to intended destination '" + (*i)->getDestination().getID() +
"'");