Searched refs:ValType (Results 1 – 5 of 5) sorted by relevance
11 ValType::operator int() in operator int()17 ValType::operator vector<double>() in operator vector<double>()23 ValType::operator vector<int>() in operator vector<int>()29 ValType::operator double() in operator double()35 ValType::operator double*() in operator double*()41 ValType::operator string() in operator string()51 int ValType::get_int(string str) in get_int()57 double ValType::get_double(string str) in get_double()63 double *ValType::get_double_array(string str) in get_double_array()80 vector<double> ValType::get_vector(string str) in get_vector()[all …]
9 class ValType {11 ValType(const string & s) in ValType() function15 ~ValType() in ~ValType()
22 ValType GetValue(const string &) const;
12 ValType phSolver::Input::GetValue(const string &str) const in GetValue()26 return ValType( (*input_map)[str] ); in GetValue()
180 CVS: common/Cinput.cc common/Makefile common/ValType.cc 186 CVS: common/Cinput.cpp common/ValType.cpp common/input_fform.cpp