33 #include "../NIImporter_Vissim.h" 34 #include "../tempstructs/NIVissimClosures.h" 51 while (tag !=
"strecke") {
54 while (tag !=
"laenge") {
59 while (tag ==
"einsteiger" && tag !=
"DATAEND") {
60 while (tag !=
"linie") {
63 while (tag !=
"einsteiger" && 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_Haltestellendefinition()
Destructor.
Importer for networks stored in Vissim format.
NIVissimSingleTypeParser_Haltestellendefinition(NIImporter_Vissim &parent)
Constructor.
bool parse(std::istream &from)
Parses the data type from the given stream.