Primitive types that UML-to-C++ transformations transform
The UML-to-C++ transformation transforms several UML primitive types into C++ types.
The following table lists the C++ types that the transformation generates from UML primitive types.
UML primitive type
C++ type that the transformation generates
Boolean
bool
Integer
int
String
const char *
UnlimitedNatural
unsigned int
Feedback