Eclipse SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
Data Structures | |
class | BoolFormatException |
class | EmptyData |
class | FormatException |
class | InvalidArgument |
class | IOError |
class | NumberFormatException |
class | OutOfBoundsException |
class | ProcessError |
class | TimeFormatException |
class | UnknownElement |
Macros | |
#define | SOFT_ASSERT(expr) assert(expr); |
define SOFT_ASSERT raise an assertion in debug mode everywhere except on the windows test server | |
Definition in file UtilExceptions.h.
#define SOFT_ASSERT | ( | expr | ) | assert(expr); |
define SOFT_ASSERT raise an assertion in debug mode everywhere except on the windows test server
Definition at line 176 of file UtilExceptions.h.