Book a Demo

Author Topic: Nested class support in EA  (Read 4970 times)

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Nested class support in EA
« on: December 22, 2004, 01:42:33 am »
Does EA support nesting of classes, like STL iterators for example ?
I have a collection class with Iterators, I don't know how to represent it and how to use code generation.
Recursion definition:
If you don’t understand the definition read "Recursion definition".

AshK

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Re: Nested class support in EA
« Reply #1 on: December 22, 2004, 05:40:58 pm »
Hi Martin,

EA can indeed model and generate nested classes.

You may do so in the Project View tree by dragging and dropping the to-be innerclass onto the desired outerclass.

I hope I have interpreted your question correctly, please forgive me if not. :)

Kind regards,

Ash
The Sparx Team
[email protected]

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Nested class support in EA
« Reply #2 on: December 22, 2004, 10:25:25 pm »
thanks
Recursion definition:
If you don’t understand the definition read "Recursion definition".