E
Edward Diener
In MC++ properties are syntactically created through member functions
declared with the __property keyword and using set_ and get_ naming
conventions. Given that a property is specified in this way, how does one
set an attribute for a property ? Does one have to precede both the set_XXX
and get_XXX __property declaration with the same attribute declaration, or
is preceding one or the other good enough to tell the MC++ compiler that the
given attribute needs to be set for the property as a whole ?
declared with the __property keyword and using set_ and get_ naming
conventions. Given that a property is specified in this way, how does one
set an attribute for a property ? Does one have to precede both the set_XXX
and get_XXX __property declaration with the same attribute declaration, or
is preceding one or the other good enough to tell the MC++ compiler that the
given attribute needs to be set for the property as a whole ?