36 # ifndef __CRL_TOOL_ENGINES_H__
37 # define __CRL_TOOL_ENGINES_H__
39 # include "hurricane/Collection.h"
57 # define for_each_toolengine(toolEngine, toolEngines) { \
58 ToolEngineLocator _locator = toolEngines.getLocator(); \
59 while ( _locator.isValid() ) { \
60 ToolEngine* toolEngine = _locator.getElement(); \
The namespace of Coriolis Core.
Definition: AcmSigda.h:28
GenericFilter< ToolEngine * > ToolEngineFilter
Definition: ToolEngines.h:55
GenericLocator< ToolEngine * > ToolEngineLocator
Definition: ToolEngines.h:54
GenericCollection< ToolEngine * > ToolEngines
Definition: ToolEngines.h:50