Book a Demo

Author Topic: re-engineering c++ header with enumeration  (Read 2421 times)

Axel

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • C++ Programmer
    • View Profile
re-engineering c++ header with enumeration
« on: December 01, 2003, 05:37:19 am »
Hello,

I re-engineered a c++ class containing an enum element. In the project view as well as in the class diagram the enumeration appears as independent class (with a nesting link), just like described in:
http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.cgi?board=general;action=display;num=1054917376;start=0#0


Is there a possibility to prevent nested enums and perhaps structs from being re-engineered as independent classes? (We used this enum practice very often in our code)

Thanks for any help.

Axel