![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
Macros | |
| #define | TL(string) (string) |
| #define | TLC(context, string) (string) |
| #define | TLF(string, ...) StringUtils::format(string, __VA_ARGS__) |
Definition in file Translation.h.
| #define TL | ( | string | ) | (string) |
Definition at line 46 of file Translation.h.
| #define TLC | ( | context, | |
| string | |||
| ) | (string) |
Definition at line 47 of file Translation.h.
| #define TLF | ( | string, | |
| ... | |||
| ) | StringUtils::format(string, __VA_ARGS__) |
Definition at line 48 of file Translation.h.