![]() |
SUMO - Simulation of Urban MObility
|
#include <TplCheck.h>
Static Public Member Functions | |
static bool | _str2bool (const std::string &data) |
check if a String can be parsed into a Bool More... | |
static bool | _str2int (const std::string &data) |
check if a String can be parsed into a int check overflows More... | |
static bool | _str2SUMOReal (const std::string &data) |
check if a String can be parsed into a SUMOReal check overflows More... | |
static bool | _str2SUMOTime (const std::string &data) |
check if a String can be parsed into a SUMOTime check overflows More... | |
TplCheck Some methdos that check if a string can be converted in other data types
Definition at line 44 of file TplCheck.h.
|
inlinestatic |
check if a String can be parsed into a Bool
Definition at line 91 of file TplCheck.h.
|
inlinestatic |
check if a String can be parsed into a int check overflows
Definition at line 48 of file TplCheck.h.
Referenced by GNEApplicationWindow::create(), and GUIApplicationWindow::create().
|
inlinestatic |
check if a String can be parsed into a SUMOReal check overflows
Definition at line 67 of file TplCheck.h.
Referenced by GNECalibratorDialog::onCmdAddRow(), and GNEVariableSpeedSignalDialog::onCmdAddRow().
|
inlinestatic |
check if a String can be parsed into a SUMOTime check overflows
Definition at line 104 of file TplCheck.h.
Referenced by GNEVariableSpeedSignalDialog::onCmdAddRow().