Eclipse SUMO - Simulation of Urban MObility
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)   (string)
 
#define TLC(context, string)   (string)
 
#define TLF(string, ...)   StringUtils::format(string, __VA_ARGS__)
 

Detailed Description

Author
Michael Behrisch
Date
2023-01-24

Definition in file Translation.h.

Macro Definition Documentation

◆ TL

#define TL (   string)    (string)

Definition at line 46 of file Translation.h.

◆ TLC

#define TLC (   context,
  string 
)    (string)

Definition at line 47 of file Translation.h.

◆ TLF

#define TLF (   string,
  ... 
)    StringUtils::format(string, __VA_ARGS__)

Definition at line 48 of file Translation.h.