![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A complete call description for parsing a single db. More...
Data Fields | |
| ParsingFunction | function |
| Pointer to the function used for parsing. | |
| std::string | name |
| The name of the db. | |
| std::string | pattern |
| The column names. | |
| long | position |
| Position of the according db within the file. | |
A complete call description for parsing a single db.
Definition at line 361 of file NIImporter_VISUM.h.
| ParsingFunction NIImporter_VISUM::TypeParser::function |
Pointer to the function used for parsing.
Initialised in the constructor
Definition at line 370 of file NIImporter_VISUM.h.
Referenced by NIImporter_VISUM::addParser().
| std::string NIImporter_VISUM::TypeParser::name |
The name of the db.
Initialised in the constructor
Definition at line 365 of file NIImporter_VISUM.h.
Referenced by NIImporter_VISUM::addParser().
| std::string NIImporter_VISUM::TypeParser::pattern |
The column names.
Set while scaning the file if the according db was found
Definition at line 381 of file NIImporter_VISUM.h.
| long NIImporter_VISUM::TypeParser::position |
Position of the according db within the file.
Set to -1 in the constructor, and reset to the position while scaning the file if the according db was found
Definition at line 376 of file NIImporter_VISUM.h.
Referenced by NIImporter_VISUM::addParser().