20 #ifndef HURRICANE_BOXES
21 #define HURRICANE_BOXES
23 #include "hurricane/Collection.h"
24 #include "hurricane/Box.h"
34 typedef GenericCollection<Box> Boxes;
42 typedef GenericLocator<Box> BoxLocator;
50 typedef GenericFilter<Box> BoxFilter;
58 #define for_each_box(box, boxes)\
61 BoxLocator _locator = boxes.getLocator();\
62 while (_locator.isValid()) {\
63 Box box = _locator.getElement();\
Contains Almost Everything.
Definition: BasicLayer.h:39