34 #include "../NIImporter_Vissim.h"
35 #include "../tempstructs/NIVissimSource.h"
38 #ifdef CHECK_MEMORY_LEAKS
40 #endif // CHECK_MEMORY_LEAKS
57 std::string type =
myRead(from);
58 if (type ==
"fzinfo") {
62 }
else if (type ==
"ldp" || type ==
"szp") {
void readUntil(std::istream &from, const std::string &name)
Reads from the stream until the keywor occurs.
std::string myRead(std::istream &from)
reads from the stream and returns the lower case version of the read value
NIVissimSingleTypeParser_Fensterdefinition(NIImporter_Vissim &parent)
Constructor.
Importer for networks stored in Vissim format.
bool parse(std::istream &from)
Parses the data type from the given stream.
~NIVissimSingleTypeParser_Fensterdefinition()
Destructor.