![]() |
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 | _str2double (const std::string &data) |
check if a String can be parsed into a double check overflows More... | |
static bool | _str2int (const std::string &data) |
check if a String can be parsed into a int 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 double check overflows
Definition at line 67 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 GUIMainWindow::setWindowSizeAndPos().
|
inlinestatic |
check if a String can be parsed into a SUMOTime check overflows
Definition at line 104 of file TplCheck.h.