![]() |
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 43 of file TplCheck.h.
|
inlinestatic |
check if a String can be parsed into a Bool
Definition at line 90 of file TplCheck.h.
|
inlinestatic |
check if a String can be parsed into a double check overflows
Definition at line 66 of file TplCheck.h.
|
inlinestatic |
check if a String can be parsed into a int check overflows
Definition at line 47 of file TplCheck.h.
Referenced by GUIMainWindow::setWindowSizeAndPos().
|
inlinestatic |
check if a String can be parsed into a SUMOTime check overflows
Definition at line 103 of file TplCheck.h.