SUMO - Simulation of Urban MObility
Option.h File Reference
#include <config.h>
#include <string>
#include <vector>
#include <exception>
#include <utils/common/UtilExceptions.h>
Include dependency graph for Option.h:
This graph shows which files directly or indirectly include this file:

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_FloatVector
 
class  Option_Integer
 An integer-option. More...
 
class  Option_IntVector
 
class  Option_String
 

Typedefs

typedef std::vector< double > FloatVector
 Definition of a vector of doubles. More...
 
typedef std::vector< int > IntVector
 Definition of a vector of ints. More...
 

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Jakob Erdmann
Date
Mon, 17 Dec 2001
Version
$Id$

Definition in file Option.h.

Typedef Documentation

◆ FloatVector

Definition of a vector of doubles.

Definition at line 46 of file Option.h.

◆ IntVector

Definition of a vector of ints.

Definition at line 41 of file Option.h.