34 #include "../NIImporter_Vissim.h"
37 #ifdef CHECK_MEMORY_LEAKS
39 #endif // CHECK_MEMORY_LEAKS
55 while (tag !=
"fahrzeugklassen") {
59 while (tag !=
"DATAEND" || tag ==
"route") {
61 while (tag !=
"strecke") {
69 if (tag !=
"DATAEND") {
72 }
while (tag !=
"DATAEND");
std::string myRead(std::istream &from)
reads from the stream and returns the lower case version of the read value
std::string readEndSecure(std::istream &from, const std::string &excl="")
as myRead, but returns "DATAEND" when the current field has ended
Importer for networks stored in Vissim format.
bool parse(std::istream &from)
Parses the data type from the given stream.
NIVissimSingleTypeParser_Routenentscheidungsdefinition(NIImporter_Vissim &parent)
Constructor.
~NIVissimSingleTypeParser_Routenentscheidungsdefinition()
Destructor.