20 #ifndef HURRICANE_PINS
21 #define HURRICANE_PINS
23 #include "hurricane/Collection.h"
35 typedef GenericCollection<Pin*> Pins;
43 typedef GenericLocator<Pin*> PinLocator;
51 typedef GenericFilter<Pin*> PinFilter;
59 #define for_each_pin(pin, pins)\
62 PinLocator _locator = pins.getLocator();\
63 while (_locator.isValid()) {\
64 Pin* pin = _locator.getElement();\
Contains Almost Everything.
Definition: BasicLayer.h:39