0

Scenario:

I am creating the design for a software in UML2, using Visual Paradigm as a tool. The idea is to be as close as possible of the C++11 language, for code generation and documentation.

Current state of the art:

In Visual-Paradigm, for C++ special specifiers, I followed the next steps (VP 12):

  • Windows->Configuration->Configure Programming Language
  • Selected C++ and Accept (Ok).

enter image description here

Any function in a class can now be set to virtual or const by:

  • right-click -> Code details ->

enter image description here

But, I cannot found C++11 details, so I wonder if there is a way to add them or not.

Question

My question is: Is it a way to add those specifiers to code detail?

An other alternative would be to use stereotypes, but the result is not as good, specially for code generation.

4

1 回答 1

1

视觉范式不支持 C++11,因此目前不支持。

从 VPP 支持的回答来看,他们似乎已将此功能作为已计划的功能,因此我们可以在以下版本(14?)中期待这一点。

在那之前,我发现最好的选择就是设置一个刻板印象并手动管理它。

于 2016-01-22T12:36:14.623 回答