Adding fields to C/C++ classes and data types

In class diagrams you can add fields to C/C++ classes and data types.

You must be in the C/C++ perspective and have a class diagram open in the diagram editor.
To add a field to a C/C++ class or data type:
  1. In the diagram editor, right-click a C/C++ class or data type; then click Add C/C++ > Field.
  2. In the Create C/C++ Field wizard, in the Type field, specify a type from the list.
  3. In the Name field, type a name for the new field.
  4. In the Access Visibility field, specify an access type.
  5. If the field is a static type, select the static check box.
  6. If the field is allowed to be modified, select the mutable check box.
  7. Click Finish.
Note: You can also use the action bar to add fields to C/C++ classes and data types.
Related concepts
Attributes
Operations
Related tasks
Creating C/C++ classes
Deleting C/C++ elements from diagrams
Modifying C/C++ classes or data types
Adding methods to C/C++ classes and data types
Renaming C/C++ elements
Terms of use | Feedback
(C) Copyright IBM Corporation 2004, 2005. All Rights Reserved.