35 #include "../NIImporter_Vissim.h"
38 #ifdef CHECK_MEMORY_LEAKS
40 #endif // CHECK_MEMORY_LEAKS
55 std::vector<std::string> tmp;
56 tmp.push_back(
"reisezeit");
57 tmp.push_back(
"kante");
60 while (tag !=
"DATAEND") {
void readUntil(std::istream &from, const std::string &name)
Reads from the stream until the keywor occurs.
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.
NIVissimSingleTypeParser_DynUml(NIImporter_Vissim &parent)
Constructor.
~NIVissimSingleTypeParser_DynUml()
Destructor.
bool parse(std::istream &from)
Parses the data type from the given stream.