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]].
