<br>
<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>> 6) Ability to set volatile on attribute. This would not show up on the<br>> class diagram, but would be in the generated code.
<br><br>Could you explain; what is "volatile"?<br>(I don't recall having seen it in the UML standard.)</blockquote><div><br>
Dunno whether it is available in UML. It's a C++ specific feature that
permits const member functions to modify certain members of "this" if
they are marked volatile. Basically, it means that a volatile member is
always modifiable.<br>
<br>
<br>
 <br>
</div><br></div><br>