Home
last modified time | relevance | path

Searched refs:ValType (Results 1 – 5 of 5) sorted by relevance

/phasta/phSolver/common/
H A DValType.cc11 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 …]
H A DValType.h9 class ValType {
11 ValType(const string & s) in ValType() function
15 ~ValType() in ~ValType()
H A DInput.h22 ValType GetValue(const string &) const;
H A DCinput.cc12 ValType phSolver::Input::GetValue(const string &str) const in GetValue()
26 return ValType( (*input_map)[str] ); in GetValue()
/phasta/phSolver/
H A DCHANGES180 CVS: common/Cinput.cc common/Makefile common/ValType.cc
186 CVS: common/Cinput.cpp common/ValType.cpp common/input_fform.cpp