Searched refs:string_property_value (Results 1 – 3 of 3) sorted by relevance
94 class string_property_value; variable97 typedef shared_ptr<string_property_value> string_property_value_sptr;100 class string_property_value : public property_value106 string_property_value();107 string_property_value(const string& value);117 virtual ~string_property_value();120 string_property_value*
288 struct string_property_value::priv301 string_property_value::string_property_value() in string_property_value() function in abigail::ini::string_property_value309 string_property_value::string_property_value(const string& content) in string_property_value() function in abigail::ini::string_property_value318 string_property_value::set_content(const string& c) in set_content()325 string_property_value::as_string() const in as_string()332 string_property_value::operator string() const in operator string()340 string_property_value*342 {return dynamic_cast<string_property_value*>(const_cast<property_value*>(v));} in is_string_property_value()351 {return dynamic_pointer_cast<string_property_value>(v);} in is_string_property_value()354 string_property_value::~string_property_value() in ~string_property_value()[all …]
5469 (string_property_value): Likewise.30708 (string_property_value, tuple_property_value, function_call_expr):30730 (struct string_property_value::priv): Define new type.30731 (string_property_value::{string_property_value, set_content,30732 as_string, operator string()}, ~string_property_value): Define new