34 #include "../NIImporter_Vissim.h"
35 #include "../tempstructs/NIVissimSource.h"
38 #ifdef CHECK_MEMORY_LEAKS
40 #endif // CHECK_MEMORY_LEAKS
55 std::string tag =
myRead(from);
56 while (tag !=
"fahrzeugtyp") {
66 }
while (tag ==
"fahrzeugtyp");
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.
~NIVissimSingleTypeParser_Zusammensetzungsdefinition()
Destructor.
NIVissimSingleTypeParser_Zusammensetzungsdefinition(NIImporter_Vissim &parent)
Constructor.
bool parse(std::istream &from)
Parses the data type from the given stream.