Book a Demo

Author Topic: Reverse engineering from C++ with templates...  (Read 3604 times)

tripol

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Reverse engineering from C++ with templates...
« 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.  :-/