Sparx Systems Forum

Enterprise Architect => Bugs and Issues => Topic started by: tripol on July 17, 2010, 11:02:44 pm

Title: Reverse engineering from C++ with templates...
Post by: tripol on July 17, 2010, 11:02:44 pm
Is it normall, that definitions not editable, for example such code:

Code: [Select]
     
class AppInfos : public std::map<unsigned, VersionInfo> {
public:
      wxString Name;
      AppsInfosBase::EditionsNames theEditionNames;
};

on diagram it is displayed only as "AppInfos std::map", and "std::map" is not editable.

also for example
Code: [Select]
typedef std::vector<wxString> EditionsNames;generates class on diagram, with definition of template is not editable.  :-/