One class diagram with two classes is given, A and B. An instance of A may have 1 to * instances of B. A name is given to the association, names are given to the roles, all the code generation options related to methods & all are enabled, Vector was selected for the “Generate association operations”.
However, I only get a std::vector<b*> _bs; in A, no methods to add to, delete from or get the vector of pointers.
I have other tools which generate the code right but are too buggy to use, this being one of the reasons I’m giving VP-UML a try.
Is that feature non-functional or what? If it is working properly, I’d like to hear how I’m supposed to use it, as there is nothing said about it in the documentation.
Thanks.