36# ifndef __CRL_TOOL_ENGINES_H__
37# define __CRL_TOOL_ENGINES_H__
39# include "hurricane/Collection.h"
45 using Hurricane::GenericCollection;
46 using Hurricane::GenericLocator;
47 using Hurricane::GenericFilter;
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
GenericCollection< ToolEngine * > ToolEngines
Definition ToolEngines.h:53
GenericFilter< ToolEngine * > ToolEngineFilter
Definition ToolEngines.h:55
GenericLocator< ToolEngine * > ToolEngineLocator
Definition ToolEngines.h:54