UML Static Structure and Copy Constructors in Template Classes

J

Joshua Caplan

In the UML Visio Template, How does one model a C++ template class W< T >
with a copy constructor W( const W& )? No matter how hard I try, once a
class W has template parameter T, class W< T > does not show up in the "Type"
combo box for parameters/return types occurring within the class itself
(although the template parameter W::T itself does show up).

Is this problem a deficiency of the UML template or is there another way to
model this situation in UML?

Josh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top