EcoliSimulator
2.0.1a
|
Functions | |
void | funz_clear () |
void | funz_clearAll () |
template<typename T > | |
void | getInput (T &risposta) |
template void | getInput (int &risposta) |
template void | getInput (double &risposta) |
template void | getInput (std::string &risposta) |
void funz_clear | ( | ) |
This function clear the terminal (different command according to the system)
void funz_clearAll | ( | ) |
void getInput | ( | T & | risposta | ) |
get an input from cin and check if the type is the same as the template argument, if not, the user is asked to reinsert the value.
template void getInput | ( | int & | risposta | ) |
template void getInput | ( | double & | risposta | ) |
template void getInput | ( | std::string & | risposta | ) |