36 #ifdef CHECK_MEMORY_LEAKS
38 #endif // CHECK_MEMORY_LEAKS
43 const std::string& edgeid,
SUMOReal q,
44 bool exact,
int vehicle_combination,
46 : myID(id), myName(name), myEdgeID(edgeid), myQ(q), myExact(exact),
47 myVehicleCombination(vehicle_combination),
48 myTimeBeg(beg), myTimeEnd(end) {}
56 const std::string& edgeid,
SUMOReal q,
bool exact,
59 vehicle_combination, beg, end);
70 DictType::iterator i =
myDict.find(
id);
81 DictType::iterator i =
myDict.find(
id);
91 for (DictType::iterator i =
myDict.begin(); i !=
myDict.end(); i++) {
static bool dictionary(const std::string &id, const std::string &name, const std::string &edgeid, SUMOReal q, bool exact, int vehicle_combination, SUMOReal beg, SUMOReal end)
NIVissimSource(const std::string &id, const std::string &name, const std::string &edgeid, SUMOReal q, bool exact, int vehicle_combination, SUMOReal beg, SUMOReal end)
std::map< std::string, NIVissimSource * > DictType