Book a Demo

Author Topic: c++ code generation for collections  (Read 3133 times)

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
c++ code generation for collections
« on: May 29, 2015, 08:37:30 pm »
Hi
I have been trying to get code generation working for collections.
In the C++ source code engineering tab of the options dialog I have added a default collection class
Code: [Select]
QList<#TYPE#>
As I understand it this should be used when I an association with a multiplicity of 1-*. Instead I get a data member defined as
Code: [Select]
*m_a;
There is no type
If I reverse engineer a class with a data member of QList<ClassB> the EA adds the correct association.

Has anyone experienced this before?
Using V12