![]() |
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 bool | dictionary (const std::string &id, const std::string &name, const std::string &edgeid) |
static bool | dictionary (const std::string &id, NIVissimSource *o) |
static NIVissimSource * | dictionary (const std::string &id) |
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 43 of file NIVissimSource.h.
|
private |
Definition at line 59 of file NIVissimSource.h.
NIVissimSource::NIVissimSource | ( | const std::string & | id, |
const std::string & | name, | ||
const std::string & | edgeid | ||
) |
Definition at line 38 of file NIVissimSource.cpp.
Referenced by dictionary().
NIVissimSource::~NIVissimSource | ( | ) |
Definition at line 43 of file NIVissimSource.cpp.
|
static |
Definition at line 80 of file NIVissimSource.cpp.
References myDict.
Referenced by NIImporter_Vissim::~NIImporter_Vissim().
|
static |
Definition at line 47 of file NIVissimSource.cpp.
References NIVissimSource().
Referenced by NIImporter_Vissim::NIVissimXMLHandler_Zuflussdefinition::myStartElement(), and NIVissimSingleTypeParser_Zuflussdefinition::parse().
|
static |
Definition at line 59 of file NIVissimSource.cpp.
References myDict.
|
static |
Definition at line 70 of file NIVissimSource.cpp.
References myDict.
|
staticprivate |
Definition at line 60 of file NIVissimSource.h.
Referenced by clearDict(), and dictionary().
|
private |
Definition at line 56 of file NIVissimSource.h.
|
private |
Definition at line 54 of file NIVissimSource.h.
|
private |
Definition at line 55 of file NIVissimSource.h.