Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
Translation.h File Reference
#include <config.h>
#include "StringUtils.h"
Include dependency graph for Translation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TL(string)
#define TLC(context, string)
#define TLF(string, ...)

Detailed Description

Author
Michael Behrisch
Date
2023-01-24

Definition in file Translation.h.

Macro Definition Documentation

◆ TL

#define TL ( string)
Value:
(string)

Definition at line 46 of file Translation.h.

◆ TLC

#define TLC ( context,
string )

◆ TLF

#define TLF ( string,
... )
Value:
StringUtils::format(string, __VA_ARGS__)
static const std::string format(const std::string &format, T value, Targs... Fargs)
adds a new formatted message

Definition at line 48 of file Translation.h.