class_properties.hpp | 142 // ************** readonly_property ************** // 146 class readonly_property : public class_property<PropertyType> { class in namespace:boost::unit_test 153 readonly_property() {} function in class:boost::unit_test::readonly_property 154 explicit readonly_property( write_param_t init_value ) : base_prop( init_value ) {} function in class:boost::unit_test::readonly_property 171 class BOOST_JOIN( readonly_property, __LINE__ ) \ 172 : public boost::unit_test::readonly_property<property_type > { \ 173 typedef boost::unit_test::readonly_property<property_type > base_prop; \ 177 BOOST_JOIN( readonly_property, __LINE__ )() {} \ 178 explicit BOOST_JOIN( readonly_property, __LINE__ )( write_param_t init_v ) \
|