SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PCLoaderOSM::PCOSMRelation Struct Reference

An internal definition of a loaded relation. More...

#include <PCLoaderOSM.h>

Collaboration diagram for PCLoaderOSM::PCOSMRelation:
Collaboration graph

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...
 

Detailed Description

An internal definition of a loaded relation.

Definition at line 92 of file PCLoaderOSM.h.

Field Documentation

long long int PCLoaderOSM::PCOSMRelation::id

The relation's id.

Definition at line 94 of file PCLoaderOSM.h.

std::map<std::string, std::string> PCLoaderOSM::PCOSMRelation::myAttributes

Additional attributes.

Definition at line 98 of file PCLoaderOSM.h.

std::string PCLoaderOSM::PCOSMRelation::name

The relation's name (if any)

Definition at line 96 of file PCLoaderOSM.h.


The documentation for this struct was generated from the following file: