15 #include "interrogateManifest.h" 16 #include "indexRemapper.h" 17 #include "interrogate_datafile.h" 32 idf_output_string(out, _definition);
44 in >> _flags >> _int_value >> _type >> _getter;
45 idf_input_string(in, _definition);
This class manages a mapping of integers to integers.
void input(istream &in)
Reads the data file as previously formatted by output().
void output(ostream &out) const
Formats the component for output to a data file.
void remap_indices(const IndexRemapper &remap)
Remaps all internal index numbers according to the indicated map.
void output(ostream &out) const
Formats the InterrogateManifest data for output to a data file.
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 input(istream &in)
Reads the data file as previously formatted by output().