15 #include "interrogateElement.h"
16 #include "interrogateDatabase.h"
17 #include "indexRemapper.h"
18 #include "interrogate_datafile.h"
33 idf_output_string(out, _scoped_name);
34 idf_output_string(out, _comment,
'\n');
46 in >> _flags >> _type >> _getter >> _setter;
47 idf_input_string(in, _scoped_name);
50 idf_input_string(in, _comment);
static int get_file_minor_version()
Returns the minor version number of the interrogate database file currently being read...
void remap_indices(const IndexRemapper &remap)
Remaps all internal index numbers according to the indicated map.
This class manages a mapping of integers to integers.
void input(istream &in)
Reads the data file as previously formatted by output().
void input(istream &in)
Reads the data file as previously formatted by output().
int map_from(int from) const
Returns the integer that the given 'from' integer had been set to map to, or the same integer if noth...
void output(ostream &out) const
Formats the InterrogateElement data for output to a data file.
void output(ostream &out) const
Formats the component for output to a data file.