22#define DEF_CYCLE_SIZE 1000
59 return (found.
base + following);
98 bool operator()(
const int& x,
const int& y)
const {
return x < y; }
109 if (found.
base < 0) {
std::map< int, TagInfo, TagCompare > TagList
int following_tag(int t, int s=DEF_CYCLE_SIZE)
int current_tag(int t, int s=DEF_CYCLE_SIZE)
TagInfo & create_base_tag(int t, int s=DEF_CYCLE_SIZE)
int preceding_tag(int t, int s=DEF_CYCLE_SIZE)
int next_tag(int t, int s=DEF_CYCLE_SIZE)
int reset_tag(int t, int s=DEF_CYCLE_SIZE)
bool operator()(const int &x, const int &y) const