Book a Demo

Author Topic: import utility functions in C++ namespaces  (Read 4569 times)

eberline

  • EA User
  • **
  • Posts: 40
  • Karma: +1/-0
    • View Profile
import utility functions in C++ namespaces
« on: March 25, 2016, 05:57:44 am »
I wish EA had a C++ import option to treat namespaces declaring non-class functions as <<utility>> classes with static methods. Rather than not importing them at all. These are often functions that I'd like to include on sequence diagrams and drill down to model their behavior.

Or maybe leave the namespace a namespace, and instead create a class named "<anonymous>" to hold static method declarations, as is already done for anonymous enumerations.
« Last Edit: March 25, 2016, 07:09:29 am by eberline »

bdeschambault

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: import utility functions in C++ namespaces
« Reply #1 on: June 30, 2016, 06:44:04 am »
Have you heard back from Sparx Systems?  Has there been any progress on importing pure C++ namespaces in EA?  I am a real EA newbie, just installed it today.