
2 Jun
2004
2 Jun
'04
5:52 a.m.
Rozental, Gennadiy wrote:
BOOST_CLASS_PROPERTY is used like this:
BOOST_CLASS_PROPERTY( int, (class1)(class2)...(classN) ) property;
How is that relevant?
So if I understand you correctly, you say that for instance BOOST_READONLY_PROPERTY( bool, (extended_pred_value) ) p_pred_value ; generates: friend class extended_predicate_value ; I'm pretty sure that this is not what it does so I'm sure I'm misunderstanding.