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