21 #ifndef NIImporter_Vissim_h
22 #define NIImporter_Vissim_h
96 virtual bool parse(std::istream& from) = 0;
100 std::string
myRead(std::istream& from);
104 const std::string& excl =
"");
107 const std::vector<std::string>& excl);
111 const std::string& tag =
"");
119 const std::string& next);
126 std::string
readName(std::istream& from);
130 bool skipOverreading(std::istream& from,
const std::string& name =
"");
133 void readUntil(std::istream& from,
const std::string& name);
167 typedef std::map<NIVissimElement, VissimSingleTypeParser*>
ToParserMap;