Go to the source code of this file.
Functions | |
template<class Element> void | idf_output_vector (ostream &out, const vector< Element > &vec) |
Writes the indicated vector to the output file. | |
template<class Element> void | idf_input_vector (istream &in, vector< Element > &vec) |
Reads the given vector from the input file, as previously written by output_string(). |
Definition in file interrogate_datafile.I.
|
Reads the given vector from the input file, as previously written by output_string(). Each component is read using its normal istream input operator. Definition at line 60 of file interrogate_datafile.I. Referenced by InterrogateType::output(), and InterrogateFunctionWrapper::output(). |
|
Writes the indicated vector to the output file. Each component is written using its normal ostream output operator. Definition at line 36 of file interrogate_datafile.I. Referenced by InterrogateFunctionWrapper::Parameter::input(), and InterrogateType::merge_with(). |