Hi Hans, there is no support for Multiplicity in operation parameters, so, it wouldn't make much sence to have a "MultiplicityType" tag definition for cppParameters.
Nevertheless, the UML profile for C++ included in the C++ language module of ArgoUML should already provide some modeling support for this. More now that in ArgoUML 0.30.1 the template support was added. I tried to model your scenario in 0.30.1 and wasn't able, mainly due to lack of support for templates in the C++ code generator and due to me not being capable of creating the std::vector<int> specialization of the std::vector<T> template. So, I think that your need is something that is important to support, thus I created http://argouml-cpp.tigris.org/issues/show_bug.cgi?id=32 Thanks for your request, Regards, Luís On 4 June 2010 13:49, <[email protected]> wrote: > Hello everyone, > > I just started using argouml. I am designing a C++ program. I have a > class is supposed to have a function > > bool get_data(std::vector<int> &data); > > In the manual, I found how to use c++ std containers for attributes > (using the multiplicity tag), but it doesn't seem to work the same way > for parameters. > > Can anyone help? > > Thanks > > Hans > > ------------------------------------------------------ > http://argouml.tigris.org/ds/viewMessage.do?dsForumId=449&dsMessageId=2616843 > > To unsubscribe from this discussion, e-mail: > [[email protected]]. > ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=449&dsMessageId=2621648 To unsubscribe from this discussion, e-mail: [[email protected]].
