P
Philipp Kraus
Hello,
I have written a framework that is a head-only structure and using
templates. For documentation I would like to create a class diagram
which shows all cardinalities and derivations.
I'm using XCode and it can build a diagram but only from instanciated
classes. XCode build the diagram if I set myclass<int> but not with
tempate<typename T> class {}
So I can create the whole diagram only if I write an example program
which creates objects of each class.
Do you know a good documentation tool to create class diagrams with the
template structures?
Thanks
Phil
I have written a framework that is a head-only structure and using
templates. For documentation I would like to create a class diagram
which shows all cardinalities and derivations.
I'm using XCode and it can build a diagram but only from instanciated
classes. XCode build the diagram if I set myclass<int> but not with
tempate<typename T> class {}
So I can create the whole diagram only if I write an example program
which creates objects of each class.
Do you know a good documentation tool to create class diagrams with the
template structures?
Thanks
Phil