20#ifndef HURRICANE_INTERVALS
21#define HURRICANE_INTERVALS
23#include "hurricane/Collection.h"
24#include "hurricane/Interval.h"
34typedef GenericCollection<Interval> Intervals;
42typedef GenericLocator<Interval> IntervalLocator;
50typedef GenericFilter<Interval> IntervalFilter;
58#define for_each_interval(interval, intervals)\
61 IntervalLocator _locator = intervals.getLocator();\
62 while (_locator.isValid()) {\
63 Interval interval = _locator.getElement();\
Contains Almost Everything.
Definition BasicLayer.h:39