Searched refs:readonly_property (Results 1 – 5 of 5) 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_property171 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 ) \
55 unit_test::readonly_property<parameter const&> p_formal_parameter;56 unit_test::readonly_property<rtti::id_t> p_value_type;
36 using unit_test::readonly_property;202 readonly_property<FPT> p_fraction_tolerance;203 readonly_property<bool> p_strong_or_weak;
251 unit_test::readonly_property<long> p_errno; 252 unit_test::readonly_property<char const*> p_failed_exp;
66 readonly_property<test_unit_type> p_type; // type for this test unit67 readonly_property<const_string> p_type_name; // "case"/"suite"