Searched refs:list_property_value (Results 1 – 3 of 3) sorted by relevance
126 class list_property_value; variable130 typedef shared_ptr<list_property_value> list_property_value_sptr;141 class list_property_value : public property_value147 list_property_value();148 list_property_value(const vector<string>& values);160 list_property_value*
360 struct list_property_value::priv374 list_property_value::list_property_value() in list_property_value() function in abigail::ini::list_property_value382 list_property_value::list_property_value(const vector<string>& values) in list_property_value() function in abigail::ini::list_property_value396 list_property_value::get_content() const in get_content()403 list_property_value::set_content(const vector<string>& values) in set_content()413 list_property_value::as_string() const in as_string()436 list_property_value*438 {return dynamic_cast<list_property_value*>(const_cast<property_value*>(v));} in is_list_property_value()449 {return dynamic_pointer_cast<list_property_value>(v);} in is_list_property_value()1446 result.reset(new list_property_value(content)); in read_list_property_value()
5470 (list_property_value): Likewise.27514 (class {list_property_value, list_property}): Declare new types.27516 * src/abg-ini.cc (struct list_property_value::priv): Define new27518 (list_property_value::{list_property_value, get_content,