34 #include "../NIImporter_Vissim.h"
35 #include "../tempstructs/NIVissimVehicleClass.h"
36 #include "../tempstructs/NIVissimVehicleClassVector.h"
37 #include "../tempstructs/NIVissimTrafficDescription.h"
40 #ifdef CHECK_MEMORY_LEAKS
42 #endif // CHECK_MEMORY_LEAKS
66 if (tag ==
"temperatur") {
71 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
NIVissimSingleTypeParser_Verkehrszusammensetzungsdefinition(NIImporter_Vissim &parent)
Constructor.
Importer for networks stored in Vissim format.
std::vector< NIVissimVehicleClass * > NIVissimVehicleClassVector
~NIVissimSingleTypeParser_Verkehrszusammensetzungsdefinition()
Destructor.
std::string readName(std::istream &from)
Reads the structures name We cannot use the "<<" operator, as names may contain more than one wor...
static bool dictionary(int id, const std::string &name, const NIVissimVehicleClassVector &vehicleTypes)
bool parse(std::istream &from)
Parses the data type from the given stream.