Menu

Operation Implementation

Anonymous
2015-01-07
2015-06-19
  • Anonymous

    Anonymous - 2015-01-07

    Hi to all.

    I'm drawing an application in order to generate the C++ code.
    I would like to write the operations implementation and I added the code into "Tagged Values\UMLStandard\Implementation" dialog but the generated code contains empty operation implementations.
    I have code like this:

    double get()
    {

    }

    instead of:

    double get()
    {
    operation;
    operation;
    ...
    return value;

    }

    How I have to implement the operations?

    Thanks a lot

    Dave

     
  • Janusz Szpilewski

    Such functionality is not available. The current code generators provide just empty function stubs.

     
  • Anonymous

    Anonymous - 2015-01-08

    Ok, thanks for your response.

    Could be a useful feature to be implemented in a future release.
    I don't know Delphi but I think that using the "Tagged Values" approach could be easily implemented.

    Have a nice day

    Dave

     
  • Janusz Szpilewski

    Generally the current code generators are intended to be replaced with more modern and easy to modify approach yet delivering it may still require some time.

    Anyway copying implementation to the output is not complicated so I added it to the just posted Cpp module ver 1.3.2 in the DailiesAndNighties folder.

     
    • Anonymous

      Anonymous - 2015-06-19

      Thanks. This is a function that I have been waiting for!

       

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.