![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <string>#include <vector>#include <exception>#include <utils/common/UtilExceptions.h>Go to the source code of this file.
Data Structures | |
| class | Option |
| A class representing a single program option. More... | |
| class | Option_Additional |
| class | Option_Bool |
| class | Option_BoolExtended |
| class | Option_Data |
| class | Option_Edge |
| class | Option_EdgeVector |
| class | Option_FileName |
| class | Option_Float |
| class | Option_Integer |
| class | Option_IntVector |
| class | Option_Network |
| class | Option_Route |
| class | Option_String |
| class | Option_StringVector |
| class | Option_SumoConfig |
Macros | |
| #define | CLONEABLE(Type) virtual Type* clone() const { return new Type(*this); } |
Typedefs | |
| typedef std::vector< int > | IntVector |
| Definition of a vector of ints. | |
| typedef std::vector< std::string > | StringVector |
| Definition of a vector of strings. | |
Definition in file Option.h.
| #define CLONEABLE | ( | Type | ) | virtual Type* clone() const { return new Type(*this); } |