Book a Demo

Author Topic: code generation templates  (Read 2868 times)

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
code generation templates
« on: April 27, 2012, 09:13:54 pm »
Hi
I am looking at the c++ code generation templates
For a class the template is defined as
%ClassNotes%
%ClassDeclaration%
%if classStereotype=="typedef"%
%endTemplate%
%ClassBody%

When generating the class for the first time all sections of this template are executed, however, subsequently only the ClassDeclaration section is executed.

Is this the expected behaviour?
Using V12

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile