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(); \ 66 #endif // __CENGINES_H
GenericLocator< ToolEngine * > ToolEngineLocator
Definition: ToolEngines.h:54
GenericFilter< ToolEngine * > ToolEngineFilter
Definition: ToolEngines.h:55
GenericCollection< ToolEngine * > ToolEngines
Definition: ToolEngines.h:50
The namespace of Coriolis Core.
Definition: Environment.h:24