#include <dtoolbase.h>
#include <vector>
#include "interrogate_datafile.I"
Go to the source code of this file.
Functions | |
void | idf_output_string (ostream &out, const string &str, char whitespace= ' ') |
void | idf_input_string (istream &in, string &str) |
void | idf_output_string (ostream &out, const char *str, char whitespace= ' ') |
void | idf_input_string (istream &in, const char *&str) |
template<class Element> void | idf_output_vector (ostream &out, const vector< Element > &vec) |
template<class Element> void | idf_input_vector (istream &in, vector< Element > &vec) |
|
|
Definition at line 42 of file interrogate_datafile.cxx. References length. |
|
Referenced by InterrogateType::input(), InterrogateFunctionWrapper::input(), and InterrogateFunction::input(). |
|
|
Definition at line 29 of file interrogate_datafile.cxx. |
|
Referenced by InterrogateType::output(), InterrogateFunctionWrapper::output(), and InterrogateFunction::output(). |