Stencils of common C++ STLs and C# common classes in UML notation

G

Greg Roberts

Hi

Does anyone know of a commercial or free library of existing Visio stencils
for common C++/C# classes (in UML) ?

That is on my UML class diagrams i want to be able to reference STL items
like a List or Array or Map.
I would like these utility classes to already exist so i can select them as
elements in the new classes .

I did a WEB search and came up empty.

Thanks
 
E

EventHelix.com

Haven't come across anything similar.

You might want to consider Doxygen as an alternative documentation
tool. It will also generate basic UML diagrams for your classes.
 
Top