You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a class with a constructor (AFAIK) there is no way of identifying it as a constructor in StarUML except by the fact that it has the same name as the class. When I invoke the C++ code generation on the model this is not picked up, since a void return type is added to the protoype.
The text was updated successfully, but these errors were encountered:
If I create a class with a constructor (AFAIK) there is no way of identifying it as a constructor in StarUML except by the fact that it has the same name as the class. When I invoke the C++ code generation on the model this is not picked up, since a
void
return type is added to the protoype.The text was updated successfully, but these errors were encountered: