Searched defs:readonly_property (Results 1 – 1 of 1) sorted by relevance
146 class readonly_property : public class_property<PropertyType> { class153 readonly_property() {} in readonly_property() function in boost::unit_test::readonly_property154 explicit readonly_property( write_param_t init_value ) : base_prop( init_value ) {} in readonly_property() function in boost::unit_test::readonly_property