How do I show (collection) associations in Visual Studio's generated class diagrams?
Asked Answered
S

0

13

Visual studio doesn't seem to recognize c++ STL classes properly when it comes to generating class diagrams.

There are two options when right-clicking class elements in the generated diagrams: - Show as Association - Show as Collection Association

I would like to use both, but I use std::shared_ptr, std::vector, std::map and such, which Visual Studio won't recognize.

Is there an add-in I don't know about or another program that does a better job at reverse engineering existing classes to UML Class Diagrams?

Stylolite answered 28/12, 2013 at 0:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.