Use the C++ STL in Enterprise Architect
How is it possible to use parts of the C++ STL in Enterprise Architect? It would be nice to be able to specify certain class attributes as std::string or use std::auto_ptr (or even std::tr1::shared_ptr ) as types. Another interesting thing would be how one is able to integrate container-types like std::vector and std::map into EA. Gabor Herman I have taught how STL containers look like to EA, I guess it can be extended to stl pointers too: Forward engineering: You can define collection classes for different multiplicities globally in the language settings, or for a specific class of your