![]() |
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_Bool |
class | Option_FileName |
class | Option_Float |
class | Option_Integer |
An integer-option. More... | |
class | Option_IntVector |
class | Option_String |
Typedefs | |
typedef std::vector< int > | IntVector |
Definition of a vector of ints. More... | |