Book a Demo

Author Topic: C++ Collection Classes for qualified multiplicity  (Read 4451 times)

jbob

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
C++ Collection Classes for qualified multiplicity
« on: March 12, 2004, 03:09:17 am »
In the dialog Collection Classes for Association Roles one can for instance enter std::vector<#TYPE#> for the Default Collection class. This will be expanded into the correct type when the class having the aggregate is generated, for instance std::vector<Member>.

Now, is it possible to do something similar for let's say std::map<#KEY#, #TYPE#>? Perhaps taking the information for the #KEY# from the text entered in the textfield Qualifier(s) of the Source/Target Role Tab in the Aggregation Properties dialog.

Barry_Pearce

  • EA User
  • **
  • Posts: 70
  • Karma: +0/-0
    • View Profile
Re: C++ Collection Classes for qualified multiplic
« Reply #1 on: June 24, 2004, 11:16:11 am »
Aha. We have exactly the same issue!!!

epipinakis

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: C++ Collection Classes for qualified multiplic
« Reply #2 on: June 10, 2005, 02:10:43 pm »
Has this been fixed/workedaround  in the latest EA 5.0 Release??

Elias