I am currently trying to draw a class diagram from multiple namespaces in C ++.
Currently, some variables and methods inside the namespace (free, not part of the classes) are part of the namespace API, while others are external to the API of some classes (for example, the <<operator and those).
I am only ready to introduce those / vars methods that expose the namespace API, but I cannot find a way to do this with standard UML tools and I cannot find any relevant information on the Internet.
any clue?
source
share