Book a Demo

Author Topic: generating classes inside namespace  (Read 2258 times)

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
generating classes inside namespace
« on: January 17, 2005, 02:08:06 am »
Hi
      We work within nemaspaces in CPP file too. the problem is that when we generate a new method in EA it appends method at the end of file , instead of inside corresponding namesapce.

     I havn't found how to change it through code generation templates, you can change there maybe for 1st time code generation, but not for addings.

  any ideas?
Recursion definition:
If you don’t understand the definition read "Recursion definition".

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: generating classes inside namespace
« Reply #1 on: January 17, 2005, 03:08:00 pm »
At the moment it's not possible...  :(

I guess you'll just need to manually move the methods EA creates into the right namespace.

Simon