#include "interrogate_datafile.h"
Go to the source code of this file.
Functions | |
void | idf_output_string (ostream &out, const string &str, char whitespace) |
Writes the indicated string to the output file. | |
void | idf_input_string (istream &in, string &str) |
Reads the given string from the input file, as previously written by output_string(). | |
void | idf_output_string (ostream &out, const char *str, char whitespace) |
Writes the indicated string to the output file. | |
void | idf_input_string (istream &in, const char *&str) |
Reads the given string from the input file, as previously written by output_string(). |
Definition in file interrogate_datafile.cxx.
|
Reads the given string from the input file, as previously written by output_string().
Definition at line 103 of file interrogate_datafile.cxx. Referenced by InterrogateComponent::output(), InterrogateFunctionWrapper::Parameter::output(), InterrogateFunctionWrapper::output(), InterrogateType::EnumValue::output(), and InterrogateType::output(). |
|
Reads the given string from the input file, as previously written by output_string().
Definition at line 54 of file interrogate_datafile.cxx. |
|
Writes the indicated string to the output file. Uses the given whitespace character to separate the string's length and its contents. Definition at line 82 of file interrogate_datafile.cxx. Referenced by InterrogateFunctionWrapper::Parameter::input(), InterrogateType::Derivation::input(), and InterrogateType::merge_with(). |
|
Writes the indicated string to the output file. Uses the given whitespace character to separate the string's length and its contents. Definition at line 37 of file interrogate_datafile.cxx. |