![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NIVissimSource.h>
Public Member Functions | |
| NIVissimSource (const std::string &id, const std::string &name, const std::string &edgeid) | |
| ~NIVissimSource () | |
Static Public Member Functions | |
| static void | clearDict () |
| static NIVissimSource * | dictionary (const std::string &id) |
| static bool | dictionary (const std::string &id, const std::string &name, const std::string &edgeid) |
| static bool | dictionary (const std::string &id, NIVissimSource *o) |
Private Types | |
| typedef std::map< std::string, NIVissimSource * > | DictType |
Private Attributes | |
| std::string | myEdgeID |
| std::string | myID |
| std::string | myName |
Static Private Attributes | |
| static DictType | myDict |
Definition at line 33 of file NIVissimSource.h.
|
private |
Definition at line 49 of file NIVissimSource.h.
| NIVissimSource::NIVissimSource | ( | const std::string & | id, |
| const std::string & | name, | ||
| const std::string & | edgeid | ||
| ) |
Definition at line 29 of file NIVissimSource.cpp.
| NIVissimSource::~NIVissimSource | ( | ) |
Definition at line 34 of file NIVissimSource.cpp.
|
static |
Definition at line 71 of file NIVissimSource.cpp.
References myDict.
Referenced by NIImporter_Vissim::~NIImporter_Vissim().
|
static |
Definition at line 61 of file NIVissimSource.cpp.
References myDict.
|
static |
Definition at line 38 of file NIVissimSource.cpp.
References dictionary().
Referenced by dictionary(), NIImporter_Vissim::NIVissimXMLHandler_Zuflussdefinition::myStartElement(), and NIVissimSingleTypeParser_Zuflussdefinition::parse().
|
static |
Definition at line 50 of file NIVissimSource.cpp.
References myDict.
|
staticprivate |
Definition at line 50 of file NIVissimSource.h.
Referenced by clearDict(), dictionary(), and dictionary().
|
private |
Definition at line 46 of file NIVissimSource.h.
|
private |
Definition at line 44 of file NIVissimSource.h.
|
private |
Definition at line 45 of file NIVissimSource.h.