![]() |
SUMO - Simulation of Urban MObility
|
An internal definition of a loaded relation. More...
#include <PCLoaderOSM.h>
Data Fields | |
long long int | id |
The relation's id. More... | |
std::map< std::string, std::string > | myAttributes |
Additional attributes. More... | |
std::string | name |
The relation's name (if any) More... | |
An internal definition of a loaded relation.
Definition at line 92 of file PCLoaderOSM.h.
long long int PCLoaderOSM::PCOSMRelation::id |
The relation's id.
Definition at line 94 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::RelationsHandler::myStartElement().
std::map<std::string, std::string> PCLoaderOSM::PCOSMRelation::myAttributes |
Additional attributes.
Definition at line 98 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::RelationsHandler::myStartElement().
std::string PCLoaderOSM::PCOSMRelation::name |
The relation's name (if any)
Definition at line 96 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::RelationsHandler::myStartElement().