Lines Matching defs:content
308 /// @param content the string content of the property value.
309 string_property_value::string_property_value(const string& content)
311 priv_(new priv(content))
314 /// Setter of the content of the string property value.
316 /// @param c the new content.
388 /// Getter of the content of the @ref list_property_value.
390 /// The content of the @ref list_property_value is a vector of
399 /// Setter of the content of the @ref list_property_value.
401 /// @param values the new content, which is a vector of strings.
471 /// @param v the tuple content of the value.
477 /// Getter for the content of the @ref tuple_property_value instance.
479 /// @return the content of the @ref tuple_property_value instance.
484 /// Getter for the content of the @ref tuple_property_value instance.
486 /// @return the content of the @ref tuple_property_value instance.
1424 vector<string> content;
1431 content.push_back(str);
1445 if (!content.empty())
1446 result.reset(new list_property_value(content));