Lines Matching refs:property_value
60 class property_value;
62 /// Convenience typedef for a shared_ptr to @ref property_value.
63 typedef shared_ptr<property_value> property_value_sptr;
66 class property_value
80 property_value();
81 property_value(value_kind);
91 virtual ~property_value();
92 }; // end class property_value.
100 class string_property_value : public property_value
121 is_string_property_value(const property_value*);
141 class list_property_value : public property_value
161 is_list_property_value(const property_value*);
176 class tuple_property_value : public property_value
199 is_tuple_property_value(const property_value*);