so do i mark the members of the union with <<union>> stereotype.in the
class diagram?? but r u sure that the code generation will generate the
the class as i want.for clearity this is how the code should look like
will this be generated??
class A{
private:
bool head;
int w;
union{
char* x;
int y;
}
}
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************