EcoliSimulator  2.0.1a
clear_Bild.cpp File Reference
#include <iostream>
#include "GlobalVariables.h"
#include "Colori.h"

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)
 

Function Documentation

void funz_clear ( )

This function clear the terminal (different command according to the system)

void funz_clearAll ( )
template<typename T >
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)