Specifying how the C++ transformation generates standard operations

Standard operations are constructors, copy constructors, destructors, and assignment operators. You can specify which of the standard operations are generated by the C++ transformation.

Before you apply the C++ transformation, you should read the information available at Modeling > Transform > Configure Transformations. In the Transformations/Configurations list, click UML to C++, on the Transformation Description page, click View Transformation Documentation.
To specify how the C++ transformation generates standard operations:
  1. Click Window > Preferences.
  2. Expand Modeling, expand Transformations, click UML to C++ Transformation.
  3. Click the General tab.
  4. On the General page, select the check boxes beside the operations you want the C++ transformation to generate.
  5. Click OK.
The selected operations are generated the next time that you run this transformation configuration.

Parent topic: Generating C++ code from a model

Related concepts
C++ transformation
C++ transformation templates

Terms of use | Feedback
(C) Copyright IBM Corporation 2004, 2005. All Rights Reserved.