![]() |
Eclipse SUMO - Simulation of Urban MObility
|
tagType More...
Public Member Functions | |
TagType (SumoXMLTag tag, const bool network, const bool additional, const bool demand) | |
constructor More... | |
Data Fields | |
const bool | additional |
tagType is additional More... | |
const bool | demand |
tagType is demand More... | |
const bool | network |
tagType is network More... | |
const SumoXMLTag | tag |
tag related with this TagType More... | |
tagType
Definition at line 60 of file GNEGeneralHandler.h.
GNEGeneralHandler::TagType::TagType | ( | SumoXMLTag | tag, |
const bool | network, | ||
const bool | additional, | ||
const bool | demand | ||
) |
constructor
Definition at line 122 of file GNEGeneralHandler.cpp.
const bool GNEGeneralHandler::TagType::additional |
tagType is additional
Definition at line 71 of file GNEGeneralHandler.h.
const bool GNEGeneralHandler::TagType::demand |
tagType is demand
Definition at line 74 of file GNEGeneralHandler.h.
const bool GNEGeneralHandler::TagType::network |
tagType is network
Definition at line 68 of file GNEGeneralHandler.h.
const SumoXMLTag GNEGeneralHandler::TagType::tag |
tag related with this TagType
Definition at line 65 of file GNEGeneralHandler.h.