Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tripol

Pages: [1]
1
Bugs and Issues / 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.  :-/


Pages: [1]