15 #ifndef INDEXREMAPPER_H 16 #define INDEXREMAPPER_H 18 #include "dtoolbase.h" 39 void add_mapping(
int from,
int to);
41 bool in_map(
int from)
const;
42 int map_from(
int from)
const;
45 map<int, int> _map_int;
This class manages a mapping of integers to integers.