staruml / staruml-cpp

C++ extension for StarUML
MIT License
173 stars 66 forks source link

Generating class constructors #19

Open johnbmcd opened 8 years ago

johnbmcd commented 8 years ago

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.